mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
copy
This commit is contained in:
parent
f6f6c68428
commit
0303c52f3e
@ -28,10 +28,10 @@ export default function Price({
|
||||
conversion={conversion}
|
||||
type={price.type}
|
||||
/>
|
||||
) : !price || !price.address ? (
|
||||
) : !price || !price.address || price.address === '' ? (
|
||||
<div className={styles.empty}>
|
||||
No price set{' '}
|
||||
<Tooltip content="We could not find a pool for this data set, which can have multiple reasons. Is your wallet connected to the correct network?" />
|
||||
<Tooltip content="No pricing mechanism has been set yet on this asset." />
|
||||
</div>
|
||||
) : price.isConsumable !== 'true' ? (
|
||||
<div className={styles.empty}>
|
||||
|
Loading…
Reference in New Issue
Block a user