fix mess in UserProfile component
This commit is contained in:
parent
55410c91fa
commit
2e86a4eb4f
2 changed files with 35 additions and 58 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<div v-if="user.id" class="user-profile panel panel-default">
|
||||
<div v-if="user" class="user-profile panel panel-default">
|
||||
<UserCard :user="user" :switcher="true" :selected="timeline.viewing" rounded="top"/>
|
||||
<tab-switcher :renderOnlyFocused="true" ref="tabSwitcher">
|
||||
<Timeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue