Skip to content

Commit

Permalink
feat: set disableOnChainRendering to true for token media
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed Sep 24, 2024
1 parent 99373e1 commit 1b9e0f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/collections/TokenCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default ({
description: 'Request to refresh this token was accepted.',
})
}}
disableOnChainRendering={true}
/>
</Box>
</Link>
Expand Down
1 change: 1 addition & 0 deletions components/portfolio/PortfolioTokenCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default ({
description: 'Request to refresh this token was accepted.',
})
}}
disableOnChainRendering={true}
/>
</Box>
</Link>
Expand Down
1 change: 1 addition & 0 deletions components/token/FullscreenMedia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const FullscreenMedia: FC<Props> = ({ token }) => {
height: 'auto',
padding: '4px',
}}
disableOnChainRendering={true}
/>
</Flex>
</motion.div>
Expand Down
1 change: 1 addition & 0 deletions pages/[chain]/asset/[assetId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ const IndexPage: NextPage<Props> = ({ assetId, ssr }) => {
description: 'Request to refresh this token was accepted.',
})
}}
disableOnChainRendering={true}
/>
<FullscreenMedia token={token} />
</Box>
Expand Down

0 comments on commit 1b9e0f3

Please sign in to comment.