We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b44ad commit 4dc300bCopy full SHA for 4dc300b
apps/remix-ide/src/app/components/bottom-bar.tsx
@@ -31,7 +31,7 @@ export const BottomBar = ({ plugin }: BottomBarProps) => {
31
const handleFileChange = (path: string) => {
32
setCurrentFilePath(path || '')
33
}
34
-
+
35
getAI()
36
37
const onCopilot = (isChecked: boolean) => setAiSwitch(!!isChecked)
0 commit comments