mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Go back to old cards for now
This commit is contained in:
parent
be395019ec
commit
3325bddd90
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ export function LinkedItemCard(props: LinkedItemCardProps): JSX.Element {
|
|||
if (props.layout == 'LIST_LAYOUT') {
|
||||
return <ListLinkedItemCard {...props} originText={originText} />
|
||||
} else {
|
||||
return <LibraryGridCard {...props} originText={originText} />
|
||||
return <GridLinkedItemCard {...props} originText={originText} />
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue