Switch to "timeline" when pressing user-settings

This commit is contained in:
eal 2018-12-04 18:24:31 +02:00
parent f146562d70
commit 5eced8bf09
5 changed files with 5 additions and 4 deletions
src/components/user_panel

View file

@ -3,6 +3,7 @@ import PostStatusForm from '../post_status_form/post_status_form.vue'
import UserCardContent from '../user_card_content/user_card_content.vue'
const UserPanel = {
props: [ 'activatePanel' ],
computed: {
user () { return this.$store.state.users.currentUser }
},