From 6695eac719bbee084bcda89b4e451902bc4c7f93 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Wed, 13 Jan 2021 13:38:03 +0000
Subject: [PATCH] FEAT #14944 TIME 0:10 fix reload notes badge

(cherry picked from commit 6b1b7e100fda8bc2477fe51422731c6f53a16e28)
---
 src/frontend/app/signature-book.component.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/frontend/app/signature-book.component.ts b/src/frontend/app/signature-book.component.ts
index 9a87c1801b9..12b24eeb65b 100755
--- a/src/frontend/app/signature-book.component.ts
+++ b/src/frontend/app/signature-book.component.ts
@@ -272,6 +272,7 @@ export class SignatureBookComponent implements OnInit, OnDestroy {
             this.loadBadges();
         } else if (this.headerTab === 'notes' && this.appNotesList !== undefined) {
             this.appNotesList.addNote();
+            this.loadBadges();
         }
     }
 
-- 
GitLab