From 6c082f7f361a9f3755a00b2799e4dc70e0f7bb40 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Sat, 20 Jun 2026 18:14:08 -0400 Subject: [PATCH] Showing wrong predictions on some navigations Signed-off-by: Lukas Schaefer --- pages/[league]/[user]/predictions/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/[league]/[user]/predictions/index.tsx b/pages/[league]/[user]/predictions/index.tsx index 163744e6..fccdb9d2 100644 --- a/pages/[league]/[user]/predictions/index.tsx +++ b/pages/[league]/[user]/predictions/index.tsx @@ -86,7 +86,10 @@ export default function HistoricalView({

{title_text}

{predictions.map((e) => ( - +