Skip to content

Commit 0319a06

Browse files
committed
chore: format code.
1 parent 1d6281c commit 0319a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Preview/DirectoryTrees.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function MeunItemView(props: { path?: string; filepath?: string; size?: number }
5959
{...menuProps}
6060
text={props.filepath!.replace(/^\//, '')}
6161
/>
62-
// eslint-disable-next-line react-hooks/exhaustive-deps
63-
),
62+
),
63+
// eslint-disable-next-line react-hooks/exhaustive-deps
6464
[props.path, props.size, props.filepath],
6565
);
6666
}

0 commit comments

Comments
 (0)