mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Removing 'Downloads' statistic on profile page (#875)
This commit is contained in:
parent
fdac6d8039
commit
9b92c524c3
@ -114,11 +114,6 @@ export default function Stats({
|
|||||||
/>
|
/>
|
||||||
<NumberUnit label={`Sale${sold === 1 ? '' : 's'}`} value={sold} />
|
<NumberUnit label={`Sale${sold === 1 ? '' : 's'}`} value={sold} />
|
||||||
<NumberUnit label="Published" value={assetsTotal} />
|
<NumberUnit label="Published" value={assetsTotal} />
|
||||||
<NumberUnit
|
|
||||||
label={`Download${downloadsTotal === 1 ? '' : 's'}`}
|
|
||||||
tooltip="Datatoken orders for assets with `access` service, as opposed to `compute`. As one order could allow multiple or infinite downloads this number does not reflect the actual download count of an asset file."
|
|
||||||
value={downloadsTotal}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user