diff --git a/components/layout/Topbar.vue b/components/layout/Topbar.vue index ec3ca670..3a60c2be 100644 --- a/components/layout/Topbar.vue +++ b/components/layout/Topbar.vue @@ -105,7 +105,6 @@ onLogoClick () { this.$store.commit('newsfeed/clear') this.$store.dispatch('newsfeed/fetch') - this.$router.push({ name: 'index' }) } } }