mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove empty arrow function
This commit is contained in:
parent
bd89ee4e17
commit
0c27f5445d
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue