From 9aa5646d8b0b2003d76852c83fec52d586bf9ad3 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 20 Jul 2019 00:36:01 +0200 Subject: [PATCH] linter --- config/home/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/home/index.js b/config/home/index.js index ae2f601..8fa9034 100644 --- a/config/home/index.js +++ b/config/home/index.js @@ -263,7 +263,8 @@ const config: Config = { name: "Lautsprecher", position: [550, 400], icon: ({speakerOfficeState}) => - (speakerOfficeState === "on" ? rawMdi("volume-high") : rawMdi("volume-off")), + (speakerOfficeState === "on" ? rawMdi("volume-high") + : rawMdi("volume-off")), iconColor: ({speakerOfficeState}) => (speakerOfficeState === "on" ? hex("#00FF00") : hex("#000000")), ui: [