1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Error placement in publish pricing form (#1419)

* quick fix

* log removed

Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
This commit is contained in:
claudiaHash 2022-05-11 13:05:13 +03:00 committed by GitHub
parent 88b40e5985
commit e30786c97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,10 @@ export default function Coin({
{datatokenOptions?.symbol === 'OCEAN' && (
<Conversion price={field.value} />
)}
<div>
<Error meta={meta} />
</div>
</div>
</div>
)
}