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) => ( ))}