chore(prettier): fix all files

This commit is contained in:
Elian Doran
2025-01-09 18:07:02 +02:00
parent 19ee861699
commit 4cbb529fd4
571 changed files with 23226 additions and 23940 deletions

View File

@@ -18,7 +18,7 @@ export default class ProtectedNoteSwitchWidget extends SwitchWidget {
}
switchOff() {
protectedSessionService.protectNote(this.noteId, false, false)
protectedSessionService.protectNote(this.noteId, false, false);
}
async refreshWithNote(note) {
@@ -26,7 +26,7 @@ export default class ProtectedNoteSwitchWidget extends SwitchWidget {
this.$switchOff.toggle(!!note.isProtected);
}
entitiesReloadedEvent({loadResults}) {
entitiesReloadedEvent({ loadResults }) {
if (loadResults.isNoteReloaded(this.noteId)) {
this.refresh();
}