Skip to content

Commit dbdf172

Browse files
authored
Update FileTree.tsx
1 parent 0a2625c commit dbdf172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/core/FileTree.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ interface FileProps {
204204
function File({ file: { depth, name }, onClick, selected }: FileProps) {
205205
const extension = getFileExtension(name);
206206
const fileIcon = extensionsToIcons.get(extension) || 'i-ph-file-duotone';
207+
207208
return (
208209
<NodeButton
209210
className={classNames('group transition-theme', {

0 commit comments

Comments
 (0)