We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371481 commit 9840d2fCopy full SHA for 9840d2f
packages/app/src/app/pages/common/GithubIntegration/index.js
@@ -12,7 +12,7 @@ const GithubIntegration = ({ small = false }: Props) => {
12
const { signInGithubClicked, signOutGithubIntegration } = useSignals();
13
const {
14
isLoadingGithub,
15
- signOutGithubIntegration: {
+ user: {
16
integrations: { github },
17
},
18
} = useStore();
0 commit comments