diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-24 12:05:00 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-24 12:05:00 +0100 |
commit | e2d0ef2f174316b63c5b47750996baf11a18ad9a (patch) | |
tree | f4d25e3e8ffde727a9429aa71fad1cae759b2f74 | |
parent | c2f610a8864840b400f18bbbae98bf0acef08f62 (diff) | |
download | votes-for-women-e2d0ef2f174316b63c5b47750996baf11a18ad9a.tar.gz |
placeholder when no icon found
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -552,7 +552,7 @@ const ICONS = { } function sub_icon(match) { - return ICONS[match] + return ICONS[match] || match } function on_log(text) { // eslint-disable-line no-unused-vars |