{outcome === 'YES' ? (
<>
- Winnings will be paid out to YES bettors. You earn{' '}
- {CREATOR_FEE * 100}% of trader profits.
+ Winnings will be paid out to YES bettors.
+
+
+ You earn {CREATOR_FEE * 100}% of trader profits.
>
) : outcome === 'NO' ? (
<>
- Winnings will be paid out to NO bettors. You earn{' '}
- {CREATOR_FEE * 100}% of trader profits.
+ Winnings will be paid out to NO bettors.
+
+
+ You earn {CREATOR_FEE * 100}% of trader profits.
>
) : outcome === 'CANCEL' ? (
<>The pool will be returned to traders with no fees.>
) : outcome === 'MKT' ? (
<>
- Traders will be paid out at the probability you specify. You earn{' '}
- {CREATOR_FEE * 100}% of trader profits.
+ Traders will be paid out at the probability you specify:
+
+
+
+ You earn {CREATOR_FEE * 100}% of trader profits.
>
) : (
<>Resolving this market will immediately pay out traders.>
@@ -123,20 +133,7 @@ export function ResolutionPanel(props: {
}}
onSubmit={resolve}
>
- {outcome === 'MKT' ? (
- <>
-