Skip to content

Commit

Permalink
ar(feat) [DPCP-37]: Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 21, 2024
1 parent 5f07504 commit d446f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/state/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Globals } from '@dreampipcom/oneiros';
import { AuthContext, GlobalContext, RMContext, HypnosPublicContext } from '@state';
import { useLocalStorage } from '@hooks';

export function RootProviders({ children, locale }: { children: React.ReactNode, locale: string }) {
export function RootProviders({ children, locale }: { children: React.ReactNode; locale: string }) {
const authContext = useContext<IAuthContext>(AuthContext);
const globalContext = useContext<IGlobalContext>(GlobalContext);
const [authState, setAuthState] = useState<IAuthContext>({ ...authContext });
Expand Down

0 comments on commit d446f0c

Please sign in to comment.