Skip to content

Commit d8a2fdc

Browse files
committed
Remove comment
1 parent cb0dac0 commit d8a2fdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/providers/auth-store-provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const AuthStoreProvider = ({ children }: AuthStoreProviderProps) => {
2121
const persistedStoreOrNull = authStore ? JSON.parse(authStore).state : null;
2222

2323
if (!storeRef.current) {
24-
// storeRef.current = createAuthStore(authStore);
2524
storeRef.current = createAuthStore(persistedStoreOrNull);
2625
}
2726

0 commit comments

Comments
 (0)