diff --git a/web/components/contract/prob-change-table.tsx b/web/components/contract/prob-change-table.tsx index f6e5d892..4f3c2e4e 100644 --- a/web/components/contract/prob-change-table.tsx +++ b/web/components/contract/prob-change-table.tsx @@ -21,7 +21,7 @@ export function ProbChangeTable(props: { userId: string | undefined }) { const count = 3 return ( - + {positiveChanges.slice(0, count).map((contract) => ( @@ -30,7 +30,7 @@ export function ProbChangeTable(props: { userId: string | undefined }) { className="p-4 font-semibold text-indigo-700" href={contractPath(contract)} > - {contract.question} + {contract.question} ))} @@ -43,7 +43,7 @@ export function ProbChangeTable(props: { userId: string | undefined }) { className="p-4 font-semibold text-indigo-700" href={contractPath(contract)} > - {contract.question} + {contract.question} ))}