Skip to content

Commit a76b406

Browse files
STetsingAniket-Engg
authored andcommitted
Update remix-ui-editor.tsx
lint
1 parent 1ddac8e commit a76b406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ export const EditorUI = (props: EditorUIProps) => {
665665
localStorage.setItem(HIDE_PASTE_WARNING_KEY, 'true');
666666
setShowPasteWarning(false); // Update state to prevent future modals in this session
667667
} catch (e) {
668-
console.error("Failed to write to localStorage:", e);
668+
console.error("Failed to write to localStorage:", e);
669669
}
670670
}
671671
if (askAI) {
@@ -686,7 +686,7 @@ export const EditorUI = (props: EditorUIProps) => {
686686
okLabel: 'Ask RemixAI',
687687
cancelLabel: 'Close',
688688
cancelFn: () => handleClose(false), // Pass false for askAI
689-
okFn: () => handleClose(true), // Pass true for askAI
689+
okFn: () => handleClose(true), // Pass true for askAI
690690
message: (
691691
<div>
692692
{' '}

0 commit comments

Comments
 (0)