aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-03-05 14:01:49 -0500
committertaehoon <th.dev91@gmail.com>2019-03-05 14:01:49 -0500
commit7bceabb5bda1f7d0737f8f51e0aa07879b7ce72e (patch)
treea201f0a1f7437574eb72284e0a3adf445e3bee23 /src/components/user_profile/user_profile.vue
parentbaf603a506529cfacdd4bf0b98f248cd3ed35b34 (diff)
Rename UserCardContent to UserCard
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 c57d3409..7d4a8b1f 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.id" class="user-profile panel panel-default">
- <UserCardContent :user="user" :switcher="true" :selected="timeline.viewing" rounded="top"/>
+ <UserCard :user="user" :switcher="true" :selected="timeline.viewing" rounded="top"/>
<tab-switcher :renderOnlyFocused="true" ref="tabSwitcher">
<Timeline
:label="$t('user_card.statuses')"