Commit 98749730 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Rename `Fully diluted market cap` on Token page (#2674)

Fixes #2597
parent 146b4369
...@@ -121,10 +121,10 @@ const TokenDetails = ({ tokenQuery }: Props) => { ...@@ -121,10 +121,10 @@ const TokenDetails = ({ tokenQuery }: Props) => {
{ marketCap && ( { marketCap && (
<> <>
<DetailedInfo.ItemLabel <DetailedInfo.ItemLabel
hint="Total supply * Price" hint="Circulating supply * Price"
isLoading={ tokenQuery.isPlaceholderData } isLoading={ tokenQuery.isPlaceholderData }
> >
Fully diluted market cap Market cap
</DetailedInfo.ItemLabel> </DetailedInfo.ItemLabel>
<DetailedInfo.ItemValue> <DetailedInfo.ItemValue>
<Skeleton loading={ tokenQuery.isPlaceholderData } display="inline-block"> <Skeleton loading={ tokenQuery.isPlaceholderData } 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