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/simplenote/package.json | 2 +- recipes/simplenote/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/simplenote') diff --git a/recipes/simplenote/package.json b/recipes/simplenote/package.json index a4867b9..cd13d5c 100644 --- a/recipes/simplenote/package.json +++ b/recipes/simplenote/package.json @@ -1,7 +1,7 @@ { "id": "simplenote", "name": "Simplenote", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://app.simplenote.com/" diff --git a/recipes/simplenote/webview.js b/recipes/simplenote/webview.js index 1017d26..8d1afc8 100644 --- a/recipes/simplenote/webview.js +++ b/recipes/simplenote/webview.js @@ -1,5 +1,5 @@ module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { let count = 0; if (window.location.pathname.includes('messaging')) { -- cgit v1.2.3-54-g00ecf