fix: simple app all_app button (#4365)

This commit is contained in:
Finley Ge 2025-03-27 16:48:22 +08:00 committed by GitHub
parent e9f75c7e66
commit 96aabdf579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',