Skip to content

Commit 48a2517

Browse files
fix: dependency array
1 parent ce88f9a commit 48a2517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/BackgroundMode/BackgroundModeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function BackgroundModeView({
8484
}
8585

8686
void checkGitHubAuth();
87-
}, [session, ideMessenger]);
87+
}, [session, ideMessenger, currentOrg]);
8888

8989
if (!session) {
9090
return (

0 commit comments

Comments
 (0)