diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-15 11:08:28 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-15 16:49:33 -0400 |
| commit | 2e86a4eb4f7fe55626d2e05c7484b1d7cd0c1070 (patch) | |
| tree | fd1a20b71b7b79503ba85d3a4e958f186791e75b /src/components/user_profile/user_profile.vue | |
| parent | 55410c91fab4c2f206c130f453a63a5381213217 (diff) | |
fix mess in UserProfile component
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index d449eb85..89900f60 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -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 |
