Skip to content

Commit b94c29f

Browse files
committed
Remove comment
1 parent 21fbf58 commit b94c29f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/react-native-supabase-group-chat/src/providers/AuthProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const AuthProvider = ({ children }: { children: ReactNode }) => {
6464
() => {
6565
if (!session) getSession();
6666
},
67-
// [session, user]
6867
[session]
6968
);
7069

0 commit comments

Comments
 (0)