mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-10-30 22:13:59 +00: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
	 Michael Shamoon
						Michael Shamoon