Skip to content

Commit b1d4a44

Browse files
authored
chore: format
1 parent 658f615 commit b1d4a44

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)