ktzeeeeee commited on
Commit
9ac5877
·
1 Parent(s): b0dae6e

Revert useless changes

Browse files
app/components/workbench/Workbench.client.tsx CHANGED
@@ -180,8 +180,8 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) =>
180
  alert("GitHub token is required. Push to GitHub cancelled.");
181
  return;
182
  }
183
-
184
- workbenchStore.pushToGitHub(repoName, githubUsername, githubToken);
185
  }}
186
  >
187
  <div className="i-ph:github-logo" />
 
180
  alert("GitHub token is required. Push to GitHub cancelled.");
181
  return;
182
  }
183
+
184
+ workbenchStore.pushToGitHub(repoName, githubUsername, githubToken);
185
  }}
186
  >
187
  <div className="i-ph:github-logo" />