Commit acbe6965 authored by tom's avatar tom

display token project sector as tag

parent 491c8395
...@@ -232,6 +232,11 @@ const TokenPageContent = () => { ...@@ -232,6 +232,11 @@ const TokenPageContent = () => {
tagsBefore={ [ tagsBefore={ [
tokenQuery.data ? { label: tokenQuery.data?.type, display_name: tokenQuery.data?.type } : undefined, tokenQuery.data ? { label: tokenQuery.data?.type, display_name: tokenQuery.data?.type } : undefined,
] } ] }
tagsAfter={
verifiedInfoQuery.data?.projectSector ?
[ { label: verifiedInfoQuery.data.projectSector, display_name: verifiedInfoQuery.data.projectSector } ] :
undefined
}
contentAfter={ contentAfter={
<NetworkExplorers type="token" pathParam={ hashString } ml="auto" hideText={ isMobile }/> <NetworkExplorers type="token" pathParam={ hashString } ml="auto" hideText={ isMobile }/>
} }
......
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