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: {