Skip to content

Commit 071aea1

Browse files
committed
refactor: run npm format
1 parent 915ae95 commit 071aea1

File tree

5 files changed

+171
-120
lines changed

5 files changed

+171
-120
lines changed

src/ListItems.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export const mainListItems = (
3131
</ListItemIcon>
3232
<ListItemText primary='Update Data' />
3333
</ListItemButton>
34-
<ListItemButton
35-
onClick={() => window.open('/admin/list-sites', '_self')}
36-
>
34+
<ListItemButton onClick={() => window.open('/admin/list-sites', '_self')}>
3735
<ListItemIcon>
3836
<EditIcon />
3937
</ListItemIcon>

0 commit comments

Comments
 (0)