We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfb1d commit 55eb48bCopy full SHA for 55eb48b
src/views/Profile.vue
@@ -39,7 +39,7 @@
39
<span class="username-screen" v-html="user.name"></span>
40
<span class="user-role" :style="{ 'background-color': user.role_highlight_color ? user.role_highlight_color : 'grey' }" v-html="user.role_name"></span>
41
<span class="user-rank">
42
- <rank-display :user="user" />
+ <rank-display v-if="user.metadata" :user="user" />
43
</span>
44
</div>
45
0 commit comments