From 6f093ada2dafe47198b85d29ce5d26b50a343f8e Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 9 Feb 2020 15:04:59 +0100
Subject: [PATCH] 'update'

---
 client/src/views/Rules.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue
index 1f9a0a44..5a69c5bf 100644
--- a/client/src/views/Rules.vue
+++ b/client/src/views/Rules.vue
@@ -47,7 +47,7 @@ export default {
       this.re_setVariant(newRoute.params["vname"]);
     },
   },
-  created: async function() {
+  created: function() {
     // NOTE: variant cannot be set before store is initialized
     this.re_setVariant(this.$route.params["vname"]);
   },
-- 
2.44.0