diff --git a/common/containers/Tabs/Swap/index.tsx b/common/containers/Tabs/Swap/index.tsx index e9520275..d90701c4 100644 --- a/common/containers/Tabs/Swap/index.tsx +++ b/common/containers/Tabs/Swap/index.tsx @@ -151,8 +151,7 @@ class Swap extends Component { outputTx }; - const { ETHBTC, ETHREP, BTCETH, BTCREP } = bityRates.byId; - const CurrentRatesProps = { ETHBTC, ETHREP, BTCETH, BTCREP }; + const CurrentRatesProps = bityRates.byId ? { ...bityRates.byId } : {}; return (