add key to claimPreview to fix wrong thumbs

This commit is contained in:
zeppi 2022-02-06 20:35:33 -05:00 committed by jessopb
parent 629b928c80
commit 703d1afc06

View file

@ -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} />}