mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix empty arrow funcs
This commit is contained in:
parent
300f27a83e
commit
83012946dc
1 changed files with 6 additions and 2 deletions
|
|
@ -160,8 +160,12 @@ export function LibraryHighlightGridCard(
|
|||
item={props.item}
|
||||
highlight={highlight}
|
||||
viewInReader={viewInReader}
|
||||
setLabelsTarget={() => {}}
|
||||
setShowConfirmDeleteHighlightId={() => {}}
|
||||
setLabelsTarget={() => {
|
||||
console.log('TODO: set labels')
|
||||
}}
|
||||
setShowConfirmDeleteHighlightId={() => {
|
||||
console.log('TODO: confirm delete')
|
||||
}}
|
||||
updateHighlight={(highlight) => {
|
||||
console.log('updated highlight: ', highlight)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue