diff --git a/web/components/answers-panel.tsx b/web/components/answers-panel.tsx
index e1990892..c41ffded 100644
--- a/web/components/answers-panel.tsx
+++ b/web/components/answers-panel.tsx
@@ -34,7 +34,6 @@ import { Bet } from '../../common/bet'
import { useAnswers } from '../hooks/use-answers'
import { ResolveConfirmationButton } from './confirmation-button'
import { tradingAllowed } from '../lib/firebase/contracts'
-import { OutcomeLabel } from './outcome-label'
export function AnswersPanel(props: {
contract: Contract<'MULTI'>
@@ -65,11 +64,6 @@ export function AnswersPanel(props: {
return (
- {resolution && (
-
- Resolved to answer :
-
- )}
{sortedAnswers.map((answer) => (
) : (
-
- {probPercent}
-
+ {!wasResolvedTo && (
+
+ {probPercent}
+
+ )}
{showChoice ? (
- {isBinary && (
-
+
+ {(isBinary || resolution) && (
+ )}
- {tradingAllowed(contract) && (
-
- )}
-
- )}
+ {isBinary && tradingAllowed(contract) && (
+
+ )}
+
- {isBinary && (
+ {(isBinary || resolution) && (