Switch to "timeline" when pressing user-settings
This commit is contained in:
parent
f146562d70
commit
5eced8bf09
5 changed files with 5 additions and 4 deletions
src/components/user_panel
|
@ -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 }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue