TaskEdit: use null coalescing instead of ||.
It technically works because undefined happens to be falsey, but still bad practice and can lead to errors (especially when copy-pasting).master
parent
54302c4c07
commit
18967ddb16
Loading…
Reference in New Issue