From e2d0ef2f174316b63c5b47750996baf11a18ad9a Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:05:00 +0100 Subject: placeholder when no icon found --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index 9878400..a935fe1 100644 --- a/play.js +++ b/play.js @@ -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 -- cgit v1.2.3