diff --git a/src/js/account.js b/src/js/account.js index 93edb17eb..8ac0ee9a4 100644 --- a/src/js/account.js +++ b/src/js/account.js @@ -494,7 +494,7 @@ export function update() { } } else { //tags exist - let validTags = DB.getSnapshot().tags.map((t) => t.id); + let validTags = DB.getSnapshot().tags.map((t) => t._id); result.tags.forEach((tag) => { //check if i even need to check tags anymore if (!tagHide) return;