aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card_content/user_card_content.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_card_content/user_card_content.js
parentf146562d70f0c25c0c6abcbde9805629fc792822 (diff)
Switch to "timeline" when pressing user-settings
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
-rw-r--r--src/components/user_card_content/user_card_content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js
index 9de27a9e..d22d4ec1 100644
--- a/src/components/user_card_content/user_card_content.js
+++ b/src/components/user_card_content/user_card_content.js
@@ -2,7 +2,7 @@ import StillImage from '../still-image/still-image.vue'
import { hex2rgb } from '../../services/color_convert/color_convert.js'
export default {
- props: [ 'user', 'switcher', 'selected', 'hideBio' ],
+ props: [ 'user', 'switcher', 'selected', 'hideBio', 'activatePanel' ],
data () {
return {
hideUserStatsLocal: typeof this.$store.state.config.hideUserStats === 'undefined'