From 38f96db80e520e88e0a63d781431aab01f796766 Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Sun, 1 Dec 2024 19:40:05 -0500 Subject: [PATCH] If user is not signed in, don't make room for it. --- src/App.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3845b36..960f099 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,17 @@