Skip to content

Commit

Permalink
Update settings-tab.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat authored Oct 4, 2024
1 parent 4e6b3f6 commit 7d140dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remix-ide/src/app/tabs/settings-tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react' // eslint-disable-line
import { ViewPlugin } from '@remixproject/engine-web'
import * as packageJson from '../../../../../package.json'
import { RemixUiSettings } from '@remix-ui/settings' //eslint-disable-line
import {RemixUiSettings} from '@remix-ui/settings' //eslint-disable-line
import { Registry } from '@remix-project/remix-lib'
import { PluginViewWrapper } from '@remix-ui/helper'
declare global {
Expand Down Expand Up @@ -103,7 +103,7 @@ module.exports = class SettingsTab extends ViewPlugin {
})
}

getCopilotSetting() {
getCopilotSetting(){
return this.useCopilot
}

Expand Down

0 comments on commit 7d140dd

Please sign in to comment.