From c8d13360d76116236ee9f476db8840b455930163 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 26 Jun 2026 22:07:52 -0700 Subject: fix: reveal MV images earlier --- src/pages/DailyPage.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/DailyPage.tsx b/src/pages/DailyPage.tsx index 5b39701..dc6ec7a 100644 --- a/src/pages/DailyPage.tsx +++ b/src/pages/DailyPage.tsx @@ -18,7 +18,6 @@ export function DailyPage() { state: undefined, } as GuessType; - // --- Stats import logic --- function reloadWithoutQueryParameters() { location.replace(location.pathname); } -- cgit v1.2.3