mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-07-30 23:26:16 -05:00
Show off Jubility
This commit is contained in:
parent
44b34501da
commit
e6ee1114d8
|
|
@ -308,6 +308,19 @@ function formatProfile(profile) {
|
|||
label="Skill Level"
|
||||
:number="myProfile.profile_skill"
|
||||
/>
|
||||
<CardBoxWidget v-if="myProfile.jubility" label="Jubility">{{
|
||||
myProfile.jubility / 10
|
||||
}}</CardBoxWidget>
|
||||
<CardBoxWidget
|
||||
v-if="myProfile.pick_up_jubility"
|
||||
label="Pick-Up Jubility"
|
||||
>{{ myProfile.pick_up_jubility / 10 }}</CardBoxWidget
|
||||
>
|
||||
<CardBoxWidget
|
||||
v-if="myProfile.common_jubility"
|
||||
label="Common Jubility"
|
||||
>{{ myProfile.common_jubility / 10 }}</CardBoxWidget
|
||||
>
|
||||
<CardBoxWidget
|
||||
v-if="myProfile.deller"
|
||||
label="Deller"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user