Commit d1b4f4d7 authored by tom's avatar tom

fix verified badge flickering

parent c7c18845
...@@ -242,7 +242,11 @@ const TokenPageContent = () => { ...@@ -242,7 +242,11 @@ const TokenPageContent = () => {
<TokenLogo hash={ tokenQuery.data?.address } name={ tokenQuery.data?.name } boxSize={ 6 }/> <TokenLogo hash={ tokenQuery.data?.address } name={ tokenQuery.data?.name } boxSize={ 6 }/>
) } ) }
additionalsRight={ tagsNode } additionalsRight={ tagsNode }
afterTitle={ verifiedInfoQuery.data ? <Icon as={ iconSuccess } color="green.500" boxSize={ 4 } verticalAlign="top"/> : null } afterTitle={
verifiedInfoQuery.data ?
<Icon as={ iconSuccess } color="green.500" boxSize={ 4 } verticalAlign="top"/> :
<Box boxSize={ 4 } display="inline-block"/>
}
/> />
</> </>
) } ) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment