Skip to content

Commit

Permalink
chore: format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 30, 2021
1 parent 1d6281c commit 0319a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Preview/DirectoryTrees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ function MeunItemView(props: { path?: string; filepath?: string; size?: number }
{...menuProps}
text={props.filepath!.replace(/^\//, '')}
/>
// eslint-disable-next-line react-hooks/exhaustive-deps
),
),
// eslint-disable-next-line react-hooks/exhaustive-deps
[props.path, props.size, props.filepath],
);
}
Expand Down

1 comment on commit 0319a06

@vercel
Copy link

@vercel vercel bot commented on 0319a06 Dec 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.