diff --git a/projects/app/src/components/common/folder/Path.tsx b/projects/app/src/components/common/folder/Path.tsx index e6591a9e4..61a2d1f78 100644 --- a/projects/app/src/components/common/folder/Path.tsx +++ b/projects/app/src/components/common/folder/Path.tsx @@ -46,7 +46,7 @@ const FolderPath = (props: { borderRadius={'md'} maxW={'45vw'} className={'textEllipsis'} - {...(i === concatPaths.length - 1 + {...(i === concatPaths.length - 1 && concatPaths.length > 1 ? { cursor: 'default', color: 'myGray.700',