diff --git a/web/components/contract-prob-graph.tsx b/web/components/contract-prob-graph.tsx index 94f9646a..24fef00b 100644 --- a/web/components/contract-prob-graph.tsx +++ b/web/components/contract-prob-graph.tsx @@ -27,7 +27,7 @@ export function ContractProbGraph(props: { contract: Contract }) { if (!resolutionTime) { // Add a fake datapoint in future so the line continues horizontally // to the right. - times.push(latestTime.add(1, 'day').toDate()) + times.push(latestTime.add(1, 'month').toDate()) probs.push(probs[probs.length - 1]) }