From 274705ce700df3465b46df45a184ed63512230c7 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Fri, 10 Sep 2021 05:16:06 -0300 Subject: [PATCH] Fix animation --- src/AddressTransactions.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/AddressTransactions.tsx b/src/AddressTransactions.tsx index 041f339..47c9653 100644 --- a/src/AddressTransactions.tsx +++ b/src/AddressTransactions.tsx @@ -221,21 +221,24 @@ const AddressTransactions: React.FC = () => { - Contract{" "} + Contract {rawMetadata === undefined ? ( - - + + ) : rawMetadata === null ? ( - + ) : ( - + )}