mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
✨ Make discord integration a module
This allows for an error message if the docker integration fails to load
This commit is contained in:
@@ -157,7 +157,7 @@ export default function WeatherComponent(props: any) {
|
||||
});
|
||||
}, [cityInput]);
|
||||
if (!weather.current_weather) {
|
||||
return (
|
||||
return (
|
||||
<>
|
||||
<Skeleton height={40} width={100} mb="xl" />
|
||||
<Group noWrap direction="row">
|
||||
|
||||
Reference in New Issue
Block a user