Skip to content

Commit 60002d8

Browse files
committed
Fix last lint complaint
Signed-off-by: Geoff Wilson <[email protected]>
1 parent 2f5e00f commit 60002d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webview-ui/src/components/settings/ApiOptions.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ const ApiOptions = ({
105105
fromWelcomeView,
106106
errorMessage,
107107
setErrorMessage,
108-
// eslint-disable-next-line no-unused-vars
109-
env = {}
108+
env: _env = {}
110109
}: ApiOptionsProps) => {
111110
const { t } = useAppTranslation()
112111
const { organizationAllowList } = useExtensionState()

0 commit comments

Comments
 (0)