diff --git a/libs/remix-ui/git/src/components/panels/githubcredentials.tsx b/libs/remix-ui/git/src/components/panels/githubcredentials.tsx
index ced728b62b..bfd02838fc 100644
--- a/libs/remix-ui/git/src/components/panels/githubcredentials.tsx
+++ b/libs/remix-ui/git/src/components/panels/githubcredentials.tsx
@@ -19,7 +19,7 @@ export const GitHubCredentials = () => {
useEffect(() => {
refresh()
- setScopeWarning(!(context.gitHubScopes && context.gitHubScopes.length > 0))
+ setScopeWarning(!(context.gitHubScopes && context.gitHubScopes.length > 0))
}, [loader.plugin, context.gitHubAccessToken, context.userEmails, context.gitHubUser, context.gitHubScopes])
function handleChangeTokenState(e: string): void {
@@ -79,7 +79,7 @@ export const GitHubCredentials = () => {
{scopeWarning?
-
Your GitHub token may not have the correct permissions. Please use the login with GitHub feature.
:null}
+ Your GitHub token may not have the correct permissions. Please use the login with GitHub feature.
:null}
>
);
diff --git a/libs/remix-ui/git/src/lib/listeners.ts b/libs/remix-ui/git/src/lib/listeners.ts
index 9894582aa5..53d7701b73 100644
--- a/libs/remix-ui/git/src/lib/listeners.ts
+++ b/libs/remix-ui/git/src/lib/listeners.ts
@@ -34,7 +34,7 @@ class AsyncDebouncedQueue {
}
}
-export const setCallBacks = (viewPlugin: Plugin, gitDispatcher: React.Dispatch, loaderDispatcher: React.Dispatch, setAtivePanel: React.Dispatch>) => {
+export const setCallBacks = (viewPlugin: Plugin, gitDispatcher: React.Dispatch, loaderDispatcher: React.Dispatch, setAtivePanel: React.Dispatch>) => {
plugin = viewPlugin
gitDispatch = gitDispatcher
loaderDispatch = loaderDispatcher