aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2019-11-20 19:22:20 +0900
committerkPherox <admin@mail.kr-kp.com>2019-11-20 19:26:04 +0900
commita15baa8962a14dd8d0d3f72695be8b677a78b606 (patch)
tree00ebc5c72c960747cf4e91cc6f0caff2bd36b4e0 /src/components/user_profile/user_profile.vue
parentd2e334daa3891d42f77dd10283f0ea2dd23f08bc (diff)
Use fields_html only
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 20a64409..0268e5da 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -36,22 +36,6 @@
<!-- eslint-enable vue/no-v-html -->
</dl>
</div>
- <div
- v-else-if="user.fields && user.fields.length > 0"
- class="user-card-fields"
- >
- <dl
- v-for="(field, index) in user.fields"
- :key="index"
- >
- <dt class="user-card-field-name">
- {{ field.name }}
- </dt>
- <dd class="user-card-field-value">
- {{ field.value }}
- </dd>
- </dl>
- </div>
<tab-switcher
:active-tab="tab"
:render-only-focused="true"