diff --git a/web/components/outcome-label.tsx b/web/components/outcome-label.tsx index f76b091b..6daa855b 100644 --- a/web/components/outcome-label.tsx +++ b/web/components/outcome-label.tsx @@ -40,9 +40,7 @@ export function OutcomeLabel(props: { ) } -export function BinaryOutcomeLabel(props: { - outcome: resolution -}) { +export function BinaryOutcomeLabel(props: { outcome: resolution }) { const { outcome } = props if (outcome === 'YES') return