diff options
| author | shpuld <shp@cock.li> | 2018-12-22 17:32:07 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-12-22 17:32:07 +0200 |
| commit | 4836c8ac74569668001f1adc39fe84377ddb7dba (patch) | |
| tree | ac00848b441b66925b2719295e789531ac7ae460 /src/components/user_profile/user_profile.js | |
| parent | 67263cde05cacd6bf2a8941cce4c562ef88977e4 (diff) | |
Add some more routes to side drawer
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index deee77dd..d8d0c532 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -4,7 +4,6 @@ import Timeline from '../timeline/timeline.vue' const UserProfile = { created () { - debugger this.$store.commit('clearTimeline', { timeline: 'user' }) this.$store.dispatch('startFetching', ['user', this.fetchBy]) if (!this.user) { |
