pull/4791/head
filip mertens 5 months ago
parent 3675958113
commit db7ac5d068
  1. 4
      libs/remix-ui/git/src/components/panels/githubcredentials.tsx

@ -19,9 +19,9 @@ export const GitHubCredentials = () => {
useEffect(() => {
refresh()
if(context.gitHubUser){
if (context.gitHubUser){
setScopeWarning(!(context.gitHubScopes && context.gitHubScopes.length > 0))
}else{
} else {
setScopeWarning(false)
}
}, [loader.plugin, context.gitHubAccessToken, context.userEmails, context.gitHubUser, context.gitHubScopes])

Loading…
Cancel
Save