From 53706b40351736dae0294e98cd7ae0c3a3b8c3e9 Mon Sep 17 00:00:00 2001 From: aarbit Date: Mon, 18 May 2026 13:46:40 -0500 Subject: [PATCH] Fixes up some non-null silliness --- src/routes/hunter/HuntLobby.svelte | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/routes/hunter/HuntLobby.svelte b/src/routes/hunter/HuntLobby.svelte index a5e489d..00d07bf 100644 --- a/src/routes/hunter/HuntLobby.svelte +++ b/src/routes/hunter/HuntLobby.svelte @@ -267,6 +267,7 @@ {#if expandedPhoto} + {@const photo = expandedPhoto}