Skip to content

Commit 182e1d2

Browse files
fix formatting error on conflict resolve
1 parent d4c0d7d commit 182e1d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/components/settings/SettingsWindow.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,12 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
205205

206206
const versionHash = commit.commit; // Get the version hash from commit.json
207207

208-
209208
const handleSaveConnection = () => {
210209
Cookies.set('githubUsername', githubUsername);
211210
Cookies.set('githubToken', githubToken);
212211
toast.success('GitHub credentials saved successfully!');
212+
};
213213

214-
// Update the toggle handlers to save to cookies
215214
const handleToggleDebug = (enabled: boolean) => {
216215
setIsDebugEnabled(enabled);
217216
Cookies.set('isDebugEnabled', String(enabled));

0 commit comments

Comments
 (0)