Skip to content

Commit

Permalink
Fix mount rewards styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor committed Apr 28, 2024
1 parent 6964e28 commit 1d124fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/DutyListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
v-for="mountID of duty.Mounts.split(' ')"
:key="mountID"
class="pb-2"
:class="{'text-muted': this.$store.getters.minions[minionID]}"
:class="{'text-muted': this.$store.getters.mounts[mountID]}"
>
<img
v-if="mountID"
Expand Down

0 comments on commit 1d124fe

Please sign in to comment.