Skip to content

Commit

Permalink
fix: add star to job badge when set via prop
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Sep 24, 2024
1 parent 5b58007 commit 01065ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/citizens/info/CitizenInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const isOpen = ref(false);
<template v-if="user.jobGrade > 0 && user.job !== game.unemployedJobName">
({{ $t('common.rank') }}: {{ user.jobGradeLabel }})
</template>
{{ user.props?.jobGrade ? '*' : '' }}
</UBadge>
<UBadge v-if="user?.props?.wanted" color="red">
Expand Down

0 comments on commit 01065ff

Please sign in to comment.