fix stats page on mobile
This commit is contained in:
parent
609ba989b6
commit
7e6a3aca49
|
@ -95,6 +95,8 @@ export default function StatsPerps({ perpStats }) {
|
|||
return perpsData
|
||||
}, [selectedAsset, perpStats, selectedMarket])
|
||||
|
||||
if (!selectedMarket) return null
|
||||
|
||||
const progress =
|
||||
1 -
|
||||
selectedMarket.liquidityMiningInfo.mngoLeft.toNumber() /
|
||||
|
|
Loading…
Reference in New Issue