mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix empty arrow function
This commit is contained in:
parent
7a8516eb6b
commit
745416d5f1
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export function LibraryList(): JSX.Element {
|
|||
item={linkedItem.node}
|
||||
viewer={viewerData.me}
|
||||
handleAction={(action: LinkedItemCardAction) => {
|
||||
|
||||
console.log('card clicked')
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue