From 3f542c9999e32863631fd70dd40ce516954c9825 Mon Sep 17 00:00:00 2001 From: Samuele Agostinelli Date: Wed, 25 Sep 2024 14:37:21 -0400 Subject: [PATCH] disable animation for network in tokenImage (#89) --- src/components/TokenImage/TokenImage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TokenImage/TokenImage.tsx b/src/components/TokenImage/TokenImage.tsx index c9231d7e7..f82d2584b 100644 --- a/src/components/TokenImage/TokenImage.tsx +++ b/src/components/TokenImage/TokenImage.tsx @@ -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,