From aa18d3b84ece4fbc864f6a4f4d3b84fbef564b48 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Mon, 23 Sep 2019 20:18:01 +0200 Subject: Fix lint --- src/webview/recipe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview') diff --git a/src/webview/recipe.js b/src/webview/recipe.js index e97013b3c..fca00fde2 100644 --- a/src/webview/recipe.js +++ b/src/webview/recipe.js @@ -114,7 +114,7 @@ class RecipeController { } } - if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) { + if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) { debug('Enable dark mode'); // Check if recipe has a darkmode.css -- cgit v1.2.3-54-g00ecf