Tweak new note marker, formatting

This commit is contained in:
Pieter Vander Vennet 2022-01-14 02:40:55 +01:00
parent 7903a916e2
commit 85af8a20b0
4 changed files with 74 additions and 27 deletions

View file

@ -192,7 +192,6 @@ export class TagUtils {
}
const f = (value: string | undefined) => {
console.log("Comparing ",value,operator,val)
if(value === undefined){
return false;
}