custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

here somehow avoid that a 'null' is string-converted

todo opened this issue · comments

commented

// @todo: here somehow avoid that a 'null' is string-converted
raw_content = raw_content.map((obj) => String(obj)).join(delim);
else
raw_content = raw_content[0];
return raw_content;


This issue was generated by todo based on a todo comment in 3ec416d. It's been assigned to @daringer because they committed the code.

Jap confirmitive, todo todo, good bot!