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

View file

@ -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'