aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-08-23 12:40:39 -0400
committerShpuld Shpuldson <shpuld@gmail.com>2017-08-23 12:40:39 -0400
commit2bc261afbaf9377450999e49a5fe46dcbcc8b180 (patch)
tree92d346b6bba58b7a3aef6155c9f3073028a07cf0 /src/components/user_profile
parent5a1ad8409244ca7deb224b172ceb2b4acf7b8614 (diff)
parente1ec01dc3ef90c0dc033d2e648da9a2acf8a1bdd (diff)
Merge branch 'feature/follow-lists' into 'develop'
Feature/follow lists See merge request !106
Diffstat (limited to 'src/components/user_profile')
-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 9241c469..9a357efc 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 base00-background">
- <user-card-content :user="user"></user-card-content>
+ <user-card-content :user="user" :switcher="true"></user-card-content>
</div>
<Timeline :title="'User Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'user'" :user-id="userId"/>
</div>