diff --git a/packages/react-components/src/components/gif.tsx b/packages/react-components/src/components/gif.tsx index 01cfadc7..65955623 100644 --- a/packages/react-components/src/components/gif.tsx +++ b/packages/react-components/src/components/gif.tsx @@ -295,8 +295,8 @@ const Gif = ({ alt={getAltText(gif)} onLoad={shouldShowMedia ? onImageLoad : () => {}} /> - {isAd && bottleData?.tags?.map((tag: string, index: number) => )} + {isAd && bottleData?.tags?.map((tag: string, index: number) => )} {Overlay && ( // only render the overlay on the client since it depends on shouldShowMedia