diff --git a/dashboard/src/components/animation-provider.tsx b/dashboard/src/components/animation-provider.tsx index 2a72ba1d..b9684a11 100644 --- a/dashboard/src/components/animation-provider.tsx +++ b/dashboard/src/components/animation-provider.tsx @@ -50,5 +50,5 @@ export function AnimationProvider({ setEnableWavesBackground, } - return {children} + return {children} } diff --git a/dashboard/src/components/asset-provider.tsx b/dashboard/src/components/asset-provider.tsx index 203301c0..028e27e1 100644 --- a/dashboard/src/components/asset-provider.tsx +++ b/dashboard/src/components/asset-provider.tsx @@ -52,7 +52,7 @@ export function AssetStoreProvider({ children }: AssetStoreProviderProps) { } }, []) - return {children} + return {children} } export function useAssetStore() { diff --git a/dashboard/src/components/theme-provider.tsx b/dashboard/src/components/theme-provider.tsx index 79d65f02..2455a34e 100644 --- a/dashboard/src/components/theme-provider.tsx +++ b/dashboard/src/components/theme-provider.tsx @@ -90,8 +90,8 @@ export function ThemeProvider({ ) return ( - + {children} - + ) } diff --git a/dashboard/src/components/tour/tour-provider.tsx b/dashboard/src/components/tour/tour-provider.tsx index 673b5148..0d6d7e0b 100644 --- a/dashboard/src/components/tour/tour-provider.tsx +++ b/dashboard/src/components/tour/tour-provider.tsx @@ -153,7 +153,7 @@ export function TourProvider({ children }: { children: ReactNode }) { }, []) return ( - {children} - + ) } diff --git a/dashboard/src/components/ui/chart.tsx b/dashboard/src/components/ui/chart.tsx index c8f5252f..a50431ac 100644 --- a/dashboard/src/components/ui/chart.tsx +++ b/dashboard/src/components/ui/chart.tsx @@ -45,7 +45,7 @@ const ChartContainer = React.forwardRef< const chartId = `chart-${id || uniqueId.replace(/:/g, "")}` return ( - +
-
+ ) }) ChartContainer.displayName = "Chart" diff --git a/dashboard/src/lib/restart-context.tsx b/dashboard/src/lib/restart-context.tsx index 53ef0d31..49c56757 100644 --- a/dashboard/src/lib/restart-context.tsx +++ b/dashboard/src/lib/restart-context.tsx @@ -310,9 +310,9 @@ export function RestartProvider({ } return ( - + {children} - + ) }