diff --git a/src/ts/waterfall/details-overlay/html-details-body.ts b/src/ts/waterfall/details-overlay/html-details-body.ts index 5a917711..fedf91ab 100644 --- a/src/ts/waterfall/details-overlay/html-details-body.ts +++ b/src/ts/waterfall/details-overlay/html-details-body.ts @@ -10,7 +10,7 @@ function makeDefinitionList(dlKeyValues: KvTuple[], addClass: boolean = false) { return `class="${className || "no-colour"}"`; }; return dlKeyValues - .filter((tuple: KvTuple) => !tuple[1]) + .filter((tuple: KvTuple) => tuple[1] !== undefined) .map((tuple) => `