1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 13:51:42 +02:00

another merge fix

This commit is contained in:
Matthias Kretschmann 2021-07-14 11:44:40 +02:00
parent fa278899ef
commit 483ce88d42
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -35,8 +35,6 @@ export default function Details(): ReactElement {
networkId === 2021000 ? 'GX' : networkData?.nativeCurrency.symbol
setMainCurrency(symbol)
setMainCurrency(networkData.nativeCurrency?.symbol)
const oceanConfig = getOceanConfig(networkId)
oceanConfig &&