fix: simple app all_app button (#4365)
This commit is contained in:
@@ -46,7 +46,7 @@ const FolderPath = (props: {
|
|||||||
borderRadius={'md'}
|
borderRadius={'md'}
|
||||||
maxW={'45vw'}
|
maxW={'45vw'}
|
||||||
className={'textEllipsis'}
|
className={'textEllipsis'}
|
||||||
{...(i === concatPaths.length - 1
|
{...(i === concatPaths.length - 1 && concatPaths.length > 1
|
||||||
? {
|
? {
|
||||||
cursor: 'default',
|
cursor: 'default',
|
||||||
color: 'myGray.700',
|
color: 'myGray.700',
|
||||||
|
|||||||
Reference in New Issue
Block a user