diff --git a/web/lib/firebase/contracts.ts b/web/lib/firebase/contracts.ts index a9ea2780..41f94e65 100644 --- a/web/lib/firebase/contracts.ts +++ b/web/lib/firebase/contracts.ts @@ -39,10 +39,7 @@ export function contractMetrics(contract: Contract) { ? dayjs(resolutionTime).format('MMM D') : undefined - const volumeLabel = - contract.mechanism === 'dpm-2' - ? `${formatMoney(truePool)} pool` - : `${formatMoney(contract.volume)} volume` + const volumeLabel = `${formatMoney(contract.volume)} volume` return { truePool, volumeLabel, createdDate, resolvedDate } }