1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-07-01 06:11:43 +02:00
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2020-10-23 16:23:08 +03:00
parent 91f788d9ee
commit 8f320c149e
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
2 changed files with 1 additions and 3 deletions

View File

@ -53,12 +53,10 @@
"gatsby-transformer-json": "^2.4.15",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"i": "^0.3.6",
"intersection-observer": "^0.11.0",
"is-url-superb": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.omit": "^4.5.0",
"npm": "^6.14.8",
"query-string": "^6.13.6",
"react": "^16.14.0",
"react-data-table-component": "^6.11.5",

View File

@ -119,7 +119,7 @@ export default function Compute({
</div>
<div className={styles.pricewrapper}>
<Price ddo={ddo} conversion />
{hasPreviousOrder && hasDatatoken && (
{hasDatatoken && (
<div className={styles.hasTokens}>
You own {dtBalance} {dtSymbol} allowing you to use this data set
without paying again.