From 949e368fd3dca68c55b422f08d8ee3d14457c0d7 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 15 May 2022 13:40:15 -0700 Subject: [PATCH] Tidy up probability change markup --- web/components/bet-panel.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index 8fba3bf7..9bb9a978 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -321,11 +321,11 @@ function BuyPanel(props: {
Probability
- -
{formatPercent(initialProb)}
-
-
{formatPercent(resultProb)}
-
+
+ {formatPercent(initialProb)} + + {formatPercent(resultProb)} +
@@ -459,11 +459,11 @@ export function SellPanel(props: {
Probability
- -
{formatPercent(initialProb)}
-
-
{formatPercent(resultProb)}
-
+
+ {formatPercent(initialProb)} + + {formatPercent(resultProb)} +