From 97697e3d069972844b2912a93022f4a4904a40d6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 31 Jul 2021 15:28:23 +0530 Subject: Fixed eslintrc as root for this folder; Reformatted all files. --- recipes/fastmail/webview.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes/fastmail/webview.js') diff --git a/recipes/fastmail/webview.js b/recipes/fastmail/webview.js index df39728..48066fe 100644 --- a/recipes/fastmail/webview.js +++ b/recipes/fastmail/webview.js @@ -1,10 +1,8 @@ -'use strict'; - const path = require('path'); module.exports = (Franz) => { const getMessages = () => { - const inbox = document.querySelector(".v-MailboxSource--inbox .v-MailboxSource-badge"); + const inbox = document.querySelector('.v-MailboxSource--inbox .v-MailboxSource-badge'); if (!inbox) { return; } -- cgit v1.2.3-70-g09d2