aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-06-12 16:00:46 +0200
committerRoger Braun <roger@rogerbraun.net>2017-06-12 16:00:46 +0200
commit090148ef6051ec2399fe47281db9f73955297d97 (patch)
tree66183a1df20d0608060e895e2ee743dee0a8d8fc /src/components/user_profile/user_profile.vue
parent85cf036acd4c6e23c0128f5e3bb8730f4dabb32a (diff)
Start fetching user timelines.
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 11a61bfc..fe693c9d 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -1,5 +1,5 @@
<template>
- <div class="user-profile panel panel-default base00-background">
+ <div v-if="user" class="user-profile panel panel-default base00-background">
<user-card-content :user="user"></user-card-content>
</div>
</template>