fix bug on "no trades yet" screen w/o "Compare"

This commit is contained in:
Emi Matchu 2020-11-24 15:02:03 -08:00
parent ec9b96ff70
commit 65b4a05639

View file

@ -214,7 +214,7 @@ function ItemTradesTable({
{!loading && trades.length === 0 && (
<Box as="tr">
<ItemTradesTableCell
colSpan="4"
colSpan={shouldShowCompareColumn ? 4 : 3}
textAlign="center"
fontStyle="italic"
>