show pool value everywhere

This commit is contained in:
mantikoros 2022-01-19 16:01:18 -06:00
parent 5ce23c0bdb
commit 2320f0b962

View File

@ -51,8 +51,8 @@ export function ContractsGrid(props: {
<ContractCard <ContractCard
contract={contract} contract={contract}
key={contract.id} key={contract.id}
showHotVolume={showHotVolume} // showHotVolume={showHotVolume}
showCloseTime={showCloseTime} // showCloseTime={showCloseTime}
/> />
))} ))}
</ul> </ul>