aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_panel/user_panel.js
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2018-12-04 18:24:31 +0200
committereal <eal@waifu.club>2018-12-04 18:24:31 +0200
commit5eced8bf09ddd169ba174ece4b790d916cea32d9 (patch)
tree09ea96f3dd2c4d350129beee78b92c502f59665a /src/components/user_panel/user_panel.js
parentf146562d70f0c25c0c6abcbde9805629fc792822 (diff)
Switch to "timeline" when pressing user-settings
Diffstat (limited to 'src/components/user_panel/user_panel.js')
-rw-r--r--src/components/user_panel/user_panel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_panel/user_panel.js b/src/components/user_panel/user_panel.js
index 15804b88..eb7cb09c 100644
--- a/src/components/user_panel/user_panel.js
+++ b/src/components/user_panel/user_panel.js
@@ -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 }
},