diff --git a/frontend/dashboard/src/store/StoreProvider.tsx b/frontend/dashboard/src/store/StoreProvider.tsx index 945bf2b2c..f1df00172 100644 --- a/frontend/dashboard/src/store/StoreProvider.tsx +++ b/frontend/dashboard/src/store/StoreProvider.tsx @@ -5,7 +5,7 @@ import { AppStore, makeStore } from "./store"; import { Provider } from "react-redux"; type StoreProviderProps = { - children: React.ReactNode; + children: React.ReactNode; } /**