Skip to content

Commit 9840d2f

Browse files
committed
Fix GitHub integration
1 parent a371481 commit 9840d2f

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/common/GithubIntegration

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/GithubIntegration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const GithubIntegration = ({ small = false }: Props) => {
1212
const { signInGithubClicked, signOutGithubIntegration } = useSignals();
1313
const {
1414
isLoadingGithub,
15-
signOutGithubIntegration: {
15+
user: {
1616
integrations: { github },
1717
},
1818
} = useStore();

0 commit comments

Comments
 (0)