diff --git a/resources/js/Components/Collections/Nfts/NftHeader/NftBasicInfo.tsx b/resources/js/Components/Collections/Nfts/NftHeader/NftBasicInfo.tsx index 094ce431e..f9137f2d0 100644 --- a/resources/js/Components/Collections/Nfts/NftHeader/NftBasicInfo.tsx +++ b/resources/js/Components/Collections/Nfts/NftHeader/NftBasicInfo.tsx @@ -19,10 +19,11 @@ export const NftBasicInfo = ({ nft }: Properties): JSX.Element => {
{nft.collection.image != null && ( {t("pages.nfts.collection_image")} )} diff --git a/resources/js/Components/Galleries/GalleryPage/GalleryNftsNft.tsx b/resources/js/Components/Galleries/GalleryPage/GalleryNftsNft.tsx index f5159aaeb..8d30aaf2b 100644 --- a/resources/js/Components/Galleries/GalleryPage/GalleryNftsNft.tsx +++ b/resources/js/Components/Galleries/GalleryPage/GalleryNftsNft.tsx @@ -75,8 +75,9 @@ export const GalleryNftsNft = ({ nft, isSelected, onClick }: Properties): JSX.El data-testid="GalleryNftsNft__collection_image" >
)}