diff --git a/client/src/view-helper.js b/client/src/view-helper.js index 7ffd63e605..5c5190c205 100644 --- a/client/src/view-helper.js +++ b/client/src/view-helper.js @@ -437,7 +437,7 @@ function (marked, DOMPurify, /** typeof Handlebars */Handlebars) { return value.indexOf(name) !== -1; } - return value === name; + return value === name || !value && !name; }; options.hash = options.hash || {};