From 2f2c586d5de08b87b2857b04acfc34bc78fcabdb Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Thu, 6 Oct 2022 12:01:00 -0700 Subject: [PATCH] fix padding on daily movers --- web/components/contract/prob-change-table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/contract/prob-change-table.tsx b/web/components/contract/prob-change-table.tsx index 70eaf18c..c5eb9e55 100644 --- a/web/components/contract/prob-change-table.tsx +++ b/web/components/contract/prob-change-table.tsx @@ -37,12 +37,12 @@ export function ProbChangeTable(props: { return ( - + {filteredPositiveChanges.map((contract) => ( ))} - + {filteredNegativeChanges.map((contract) => ( ))}