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}
{expandedPhoto.hunterName}
-{new Date(expandedPhoto.photoUploadDateTime).toLocaleString()}
+{photo.hunterName}
+{new Date(photo.photoUploadDateTime).toLocaleString()}