mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove conversion display from pool price
This commit is contained in:
parent
22cb980207
commit
0134610dbe
@ -204,7 +204,6 @@ export default function Pool({ ddo }: { ddo: DDO }): ReactElement {
|
||||
<div className={styles.dataToken}>
|
||||
<PriceUnit price="1" symbol={dtSymbol} /> ={' '}
|
||||
<PriceUnit price={`${price?.value}`} />
|
||||
<Conversion price={`${price?.value}`} />
|
||||
<Tooltip content={content.tooltips.price} />
|
||||
<div className={styles.dataTokenLinks}>
|
||||
<EtherscanLink
|
||||
|
Loading…
Reference in New Issue
Block a user