diff --git a/src/routes/crypto/[tickerID]/congress-trading/+page.svelte b/src/routes/crypto/[tickerID]/congress-trading/+page.svelte index 3e0bfccc..8308037a 100644 --- a/src/routes/crypto/[tickerID]/congress-trading/+page.svelte +++ b/src/routes/crypto/[tickerID]/congress-trading/+page.svelte @@ -1,7 +1,6 @@ @@ -215,7 +171,7 @@ isLoaded = true;
- Buy/Sell + Buy/Sell {buySellRatio?.toFixed(3)} @@ -232,7 +188,7 @@ isLoaded = true;
- {buySellRatio?.toFixed(2)} + {buySellRatio?.toFixed(2)}
@@ -242,7 +198,7 @@ isLoaded = true;
- Dem/Rep + Dem/Rep {partyRatio?.toFixed(3)} @@ -259,7 +215,7 @@ isLoaded = true;
- {partyRatio?.toFixed(2)} + {partyRatio?.toFixed(2)}
@@ -271,7 +227,7 @@ isLoaded = true; -