mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
lint
This commit is contained in:
parent
86b12debc5
commit
04da8f3925
@ -15,8 +15,8 @@ export default function Component({ service }) {
|
||||
return <Container error={t("widget.api_error")} />;
|
||||
}
|
||||
|
||||
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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user