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
contract={contract}
key={contract.id}
showHotVolume={showHotVolume}
showCloseTime={showCloseTime}
// showHotVolume={showHotVolume}
// showCloseTime={showCloseTime}
/>
))}
</ul>