aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-05-13 12:27:28 +0000
committerlambda <pleromagit@rogerbraun.net>2018-05-13 12:27:28 +0000
commit8f58526bbccdca6019bdd66126a3fb7a148bd951 (patch)
treeae2401a3c998a99d8de3fa608f04716816963ebf /src/components/user_profile/user_profile.vue
parent622e8cd94feae777290236c5d5126343da93f142 (diff)
parentdc33c0aaacd56d0854418829fdbc1c32a70ef0f7 (diff)
Merge branch 'fix/moreCssFixesAndStuff' into 'develop'
Fix/more css fixes and stuff Closes #77 See merge request pleroma/pleroma-fe!234
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 838a43ab..f8502907 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -1,7 +1,7 @@
<template>
<div>
<div v-if="user" class="user-profile panel panel-default">
- <user-card-content :user="user" :switcher="true"></user-card-content>
+ <user-card-content :user="user" :switcher="true" :selected="timeline.viewing"></user-card-content>
</div>
<Timeline :title="$t('user_profile.timeline_title')" :timeline="timeline" :timeline-name="'user'" :user-id="userId"/>
</div>