From a12d38850ed1fd58c26569c2077c816416f455bf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 20 Dec 2023 15:43:16 +0100 Subject: [PATCH] Update WriteUpperCase.plugin.js --- Plugins/WriteUpperCase/WriteUpperCase.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js index f207839c9f..d2a35d54f8 100644 --- a/Plugins/WriteUpperCase/WriteUpperCase.plugin.js +++ b/Plugins/WriteUpperCase/WriteUpperCase.plugin.js @@ -71,7 +71,7 @@ module.exports = (_ => { render() { return BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.ChannelTextAreaButton, { className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN._writeuppercasequicktogglebutton, BDFDB.disCN._writeuppercasequicktogglebuttonenabled, BDFDB.disCN.textareapickerbutton), - iconSVG: channelBlacklist.indexOf(this.props.channelId) == -1 ? `` : ``, + iconSVG: channelBlacklist.indexOf(this.props.channelId) == -1 ? `` : ``, nativeClass: true, onClick: _ => { if (channelBlacklist.indexOf(this.props.channelId) > -1) BDFDB.ArrayUtils.remove(channelBlacklist, this.props.channelId, true);