mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2721 from Podginator/fix/loading-image
Fix Loading: Ensure that image is loaded when retrieving images
This commit is contained in:
commit
300f4cbda2
1 changed files with 1 additions and 1 deletions
|
|
@ -1229,7 +1229,7 @@ function LibraryItems(props: LibraryItemsProps): JSX.Element {
|
|||
data-testid="linkedItemCard"
|
||||
id={linkedItem.node.id}
|
||||
tabIndex={0}
|
||||
key={linkedItem.node.id}
|
||||
key={linkedItem.node.id + linkedItem.node.image}
|
||||
css={{
|
||||
width: '100%',
|
||||
'&:focus-visible': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue