From 889c41853e5687ab9c2114fd2c95b7a208ea9b06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= <torjus.hakestad@usit.uio.no>
Date: Sun, 11 Apr 2021 11:45:44 +0200
Subject: [PATCH] Watch updats in home component

---
 web/frontend/src/components/Home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/frontend/src/components/Home.vue b/web/frontend/src/components/Home.vue
index a939ff0..0768ce8 100644
--- a/web/frontend/src/components/Home.vue
+++ b/web/frontend/src/components/Home.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="home">
-    <b-container v-if="totalStats">
+    <b-container :v-if="totalStats">
       <b-row>
         <b-col class="total-title">
           <h2>Total login attempts</h2>