Remove empty arrow function

This commit is contained in:
Jackson Harper 2022-08-15 14:53:57 +08:00
parent bd89ee4e17
commit 0c27f5445d

View file

@ -38,7 +38,7 @@ export function LibraryList(props: LibraryListProps): JSX.Element {
return (
<EmptyLibrary
onAddLinkClicked={() => {
console.log('onAddLinkClicked')
}}
/>
)
@ -49,7 +49,6 @@ export function LibraryList(props: LibraryListProps): JSX.Element {
<Box
css={{
width: '100%',
display: 'grid',
gridAutoRows: 'auto',
borderRadius: '8px',