diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 5b771eac9..d5475634e 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -296,8 +296,8 @@ export default { }, created() { this.updateTransactions(0) - this.tabIndex = 1 - this.$router.push({ path: '/community#my' }) + this.tabIndex = 0 + this.$router.push({ path: '/community#edit' }) }, }