From 6d3b53876e92de3d7456600d71b1d2a21b6d905d Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Thu, 26 Mar 2020 23:11:49 +0300 Subject: [PATCH] Fixed bug in menu --- .../objects-side-bar/object-item.tsx | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item.tsx b/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item.tsx index e88ede20..3be155aa 100644 --- a/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item.tsx +++ b/cvat-ui/src/components/annotation-page/standard-workspace/objects-side-bar/object-item.tsx @@ -54,7 +54,7 @@ function ItemMenu( toForeground: (() => void), ): JSX.Element { return ( - + - - - - - - - - + + + + + + )} + { objectType !== ObjectType.TAG && ( + + + + + )}