Better error handling

This commit is contained in:
taehoon 2019-02-26 12:26:04 -05:00
parent e687b58091
commit b78227456e
5 changed files with 36 additions and 10 deletions
src/components/user_profile

View file

@ -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>