Skip to content

Commit 4dc300b

Browse files
author
ci-bot
committed
lint remix-ide
1 parent 72b44ad commit 4dc300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/components/bottom-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const BottomBar = ({ plugin }: BottomBarProps) => {
3131
const handleFileChange = (path: string) => {
3232
setCurrentFilePath(path || '')
3333
}
34-
34+
3535
getAI()
3636

3737
const onCopilot = (isChecked: boolean) => setAiSwitch(!!isChecked)

0 commit comments

Comments
 (0)