mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded prop
This commit is contained in:
parent
e3a6cc2e5f
commit
6043d08046
1 changed files with 0 additions and 2 deletions
|
|
@ -346,8 +346,6 @@ function HighlightTitleCard(props: HighlightTitleCardProps): JSX.Element {
|
|||
type HighlightListProps = {
|
||||
item: LibraryItem
|
||||
viewer: UserBasicData | undefined
|
||||
|
||||
deleteHighlight: (item: LibraryItemNode, highlight: Highlight) => void
|
||||
}
|
||||
|
||||
function HighlightList(props: HighlightListProps): JSX.Element {
|
||||
|
|
|
|||
Loading…
Reference in a new issue