Skip to content

Commit ed87089

Browse files
committed
Fix typo
1 parent a366d7c commit ed87089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Explorer/file_explorer/TreeNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function TreeNode({
9292
menuProps.showMoreActionsMenu(e, node);
9393
}}
9494
/>
95-
{settings.explorer.showAccentColors && (
95+
{settings.explorer?.showAccentColors && (
9696
<StyledExplorerAccent color={accentColor ? accentColor : "none"} />
9797
)}
9898
</StyledExplorerItem>

0 commit comments

Comments
 (0)