1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
Matthias Kretschmann 2021-03-01 16:17:44 +01:00
parent f6f6c68428
commit 0303c52f3e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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}>