diff --git a/src/frontend/app/signature-book.component.ts b/src/frontend/app/signature-book.component.ts
index 9a87c1801b981ea6f3bd5e97496c7647b7042bbe..12b24eeb65be17221722892414aec6dd613811e2 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();
         }
     }