for old cases email was null so all the rules could be deleted directly,
@@ -540,7 +540,7 @@ const app = Vue.createApp({
edit_history: resultArray
}
- if (rule.email == localStorage.getItem('userEmail')) {
+ if (rule.email != null && rule.email != undefined && rule.email == localStorage.getItem('userEmail')) {
this.isOwner = true;
this.isAdmin = true; // this will allow the user to delete his own rules