add key to claimPreview to fix wrong thumbs
This commit is contained in:
parent
629b928c80
commit
703d1afc06
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
|
||||||
'claim-preview__wrapper--small': type === 'small',
|
'claim-preview__wrapper--small': type === 'small',
|
||||||
'claim-preview__active': active,
|
'claim-preview__active': active,
|
||||||
})}
|
})}
|
||||||
|
key={uri}
|
||||||
>
|
>
|
||||||
<>
|
<>
|
||||||
{!hideRepostLabel && <ClaimRepostAuthor uri={uri} />}
|
{!hideRepostLabel && <ClaimRepostAuthor uri={uri} />}
|
||||||
|
|
Loading…
Add table
Reference in a new issue