From dfdf4f0815e1a72cea17ceb45bf4697acf48fe98 Mon Sep 17 00:00:00 2001 From: samuelea Date: Wed, 25 Sep 2024 14:32:59 -0400 Subject: [PATCH] disable animation for network in tokenImage --- 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,