Skip to content

Commit

Permalink
disable animation for network in tokenImage (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA authored Sep 25, 2024
1 parent ef15dda commit 3f542c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TokenImage/TokenImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const TokenImage = memo((props: TokenImageProps) => {
chainId={withNetwork}
position="absolute"
zIndex="1"
disableAnimation={disableAnimation}
style={{
width: NETWORK_IMAGE_SIZE,
height: NETWORK_IMAGE_SIZE,
Expand Down

0 comments on commit 3f542c9

Please sign in to comment.