diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-26 12:26:04 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-26 12:26:04 -0500 |
| commit | b78227456ea6b1a80cd85988d3ef91cb654a881c (patch) | |
| tree | 602ae896a74fb55a0a7ed6ebd14413a60809e53a /src/components/user_profile/user_profile.vue | |
| parent | e687b58091bcedb6f3a56d94030fa312e51830d5 (diff) | |
Better error handling
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
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 ccebe20b..ba1a7760 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -55,7 +55,7 @@ </div> </div> <div class="panel-body"> - <span v-if="error">{{ $t('user_profile.profile_does_not_exist') }}</span> + <span v-if="error">{{ error }}</span> <i class="icon-spin3 animate-spin" v-else></i> </div> </div> |
