From 212d5846427ceeacfadf5aac3f381b532f4664a1 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 17 Aug 2021 10:47:32 +0530 Subject: Cleanup of recipes to remove 'NaN' of badge variables since this is handled in the main program. --- recipes/icq/webview.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/icq/webview.js') diff --git a/recipes/icq/webview.js b/recipes/icq/webview.js index 07888c2..9114d24 100644 --- a/recipes/icq/webview.js +++ b/recipes/icq/webview.js @@ -13,10 +13,6 @@ module.exports = Franz => { } } - if (isNaN(directs)) { - directs = 0; - } - Franz.setBadge(directs); }; -- cgit v1.2.3-70-g09d2