diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index a30e96a0..15e11412 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -461,13 +461,13 @@ const optionCompanySpread = { - Rank - Symbol - Mentions - Calls - Puts - Sentiment - Price + Rank + Symbol + Mentions + Calls + Puts + Sentiment + Price @@ -478,7 +478,7 @@ const optionCompanySpread = { -
+
{item?.symbol}
- {item?.count} - {item?.call} - {item?.put} - {item?.avgSentiment > 0.4 ? 'Bullish' : item?.avgSentiment <= -0.1 ? 'Bearish' : 'Neutral'} + {item?.count} + {item?.call} + {item?.put} + {item?.avgSentiment > 0.4 ? 'Bullish' : item?.avgSentiment <= -0.1 ? 'Bearish' : 'Neutral'}