From 3befee6fddf94bf517b24ed118b4941bd5dd2136 Mon Sep 17 00:00:00 2001 From: dhain Date: Tue, 24 Jan 2023 09:31:13 +0100 Subject: [PATCH] removed p5_loading div (display: none and no remove) --- frontend/src/components/Game.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/components/Game.vue b/frontend/src/components/Game.vue index 9ce31fe..0fbbed1 100644 --- a/frontend/src/components/Game.vue +++ b/frontend/src/components/Game.vue @@ -58,3 +58,9 @@ export default { }, } + + \ No newline at end of file