From 2ae4b60ed411f972227858f805df859ea9645bc9 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:13:26 -0400 Subject: [PATCH] prevent iterating nonexistent list --- client/src/components/game.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/game.rs b/client/src/components/game.rs index aa0c948..612f4f2 100644 --- a/client/src/components/game.rs +++ b/client/src/components/game.rs @@ -190,7 +190,7 @@ pub fn Game() -> impl IntoView { // Judging view // - +