diff --git a/src/pages/11_credit-note/MainPage.vue b/src/pages/11_credit-note/MainPage.vue index 1cea36fe..29e83dc7 100644 --- a/src/pages/11_credit-note/MainPage.vue +++ b/src/pages/11_credit-note/MainPage.vue @@ -187,7 +187,7 @@ watch( :branch="[ { icon: 'icon-park-outline:loading-one', - count: stats[CreditNoteStatus.Pending] || 0, + count: stats[CreditNoteStatus.Waiting] || 0, label: `creditNote.status.${CreditNoteStatus.Waiting}`, color: 'light-yellow', },