diff --git a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx index a2c50004089e..b3f21c91de80 100644 --- a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx +++ b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx @@ -114,7 +114,7 @@ export const FileThumb = memo((props: ThumbProps) => { default: setSrc( getIcon( - itemData.isDir ? 'Folder' : itemData.kind, + itemData.isDir || parent?.type === 'Node' ? 'Folder' : itemData.kind, isDark, itemData.extension, itemData.isDir