Skip to content

Commit 658f615

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/core/FileTree.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ 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-
208207
return (
209208
<NodeButton
210209
className={classNames('group transition-theme', {

0 commit comments

Comments
 (0)