From 04da8f3925f43f9695805d6b1118e18b4cba37ed Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 9 Oct 2022 15:13:27 -0700 Subject: [PATCH] lint --- src/widgets/unifi/component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/unifi/component.jsx b/src/widgets/unifi/component.jsx index aa4204e4..8a654a51 100644 --- a/src/widgets/unifi/component.jsx +++ b/src/widgets/unifi/component.jsx @@ -15,8 +15,8 @@ export default function Component({ service }) { return ; } - const wlanLabel = t("unifi.wlan") + " " + t("unifi.users") - const lanLabel = t("unifi.lan") + " " + t("unifi.users") + const wlanLabel = `${t("unifi.wlan")} ${t("unifi.users")}` + const lanLabel = `${t("unifi.lan")} ${t("unifi.users")}` const defaultSite = statsData?.data?.find(s => s.name === "default");