Skip to content

Commit

Permalink
[quota] avoid error when switching count mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Jan 9, 2025
1 parent 43f8685 commit bd5d587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/ProductionQuota.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:max-quota="maxQuota"
/>
</div>
<div class="column side-column" v-if="showInfo">
<div class="column side-column" v-if="showInfo && currentPerson">
<people-quota-info
:person="currentPerson"
:year="currentYear"
Expand Down

0 comments on commit bd5d587

Please sign in to comment.