aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-22 17:32:35 +0200
committershpuld <shp@cock.li>2018-12-22 17:32:35 +0200
commitf72b1d048e636c0637dfb1469c32875bcacce61f (patch)
tree8711385018c1f04b14289024424becd0574b8386 /src/components/user_profile/user_profile.vue
parent4836c8ac74569668001f1adc39fe84377ddb7dba (diff)
parente59b67e119f1f598354fb0dca86774e1b0f6c4c4 (diff)
Merge branch 'develop' into feature/replace-panel-switcher
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue2
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 5c823b3d..84fdba45 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" class="user-profile panel panel-default">
+ <div v-if="user.id" class="user-profile panel panel-default">
<user-card-content :user="user" :switcher="true" :selected="timeline.viewing"></user-card-content>
<tab-switcher>
<Timeline :label="$t('user_card.statuses')" :embedded="true" :title="$t('user_profile.timeline_title')" :timeline="timeline" :timeline-name="'user'" :user-id="userId"/>