Commit 96aabdf5 by Finley Ge Committed by GitHub

fix: simple app all_app button (#4365)

parent e9f75c7e
...@@ -46,7 +46,7 @@ const FolderPath = (props: { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment