From d3ec787d88e7528c6251fb7b18dab96072622d59 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 5 Apr 2023 17:29:05 +0200 Subject: [PATCH] remove unused async --- frontend/src/pages/Community.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index ba5209a89..4388d6f4a 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -96,8 +96,8 @@ export default { openCreations: [], } }, - async mounted() { - await this.updateTabIndex() + mounted() { + this.updateTabIndex() }, apollo: { OpenCreations: {