From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/trello/package.json | 2 +- recipes/trello/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/trello') diff --git a/recipes/trello/package.json b/recipes/trello/package.json index ceefe8f..b3dce40 100644 --- a/recipes/trello/package.json +++ b/recipes/trello/package.json @@ -1,7 +1,7 @@ { "id": "trello", "name": "Trello", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "serviceURL": "https://trello.com/" diff --git a/recipes/trello/webview.js b/recipes/trello/webview.js index a6c107d..d9749b0 100644 --- a/recipes/trello/webview.js +++ b/recipes/trello/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { const notifications = document.querySelectorAll('[class*=_3W-zkl4-bnVKzJ]'); Ferdi.setBadge(0, notifications.length >= 1 ? 1 : 0); }; -- cgit v1.2.3-70-g09d2