Show BetRow on the bottom of long feeds

This commit is contained in:
Austin Chen 2022-02-17 17:56:03 -08:00
parent a17342e55c
commit 675f0a1599

View File

@ -131,7 +131,7 @@ export const ContractOverview = (props: {
bets={bets}
comments={comments}
feedType="market"
betRowClassName="md:hidden !mt-0"
betRowClassName="!mt-0"
/>
</Col>
)