Skip to content

Commit 187f6ed

Browse files
remove unused state
1 parent faa341c commit 187f6ed

File tree

1 file changed

+0
-2
lines changed
  • frontend/src/components/LLMSelection/OpenRouterOptions

1 file changed

+0
-2
lines changed

frontend/src/components/LLMSelection/OpenRouterOptions/index.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react";
33
import { useState, useEffect } from "react";
44

55
export default function OpenRouterOptions({ settings }) {
6-
const [showAdvancedControls, setShowAdvancedControls] = useState(false);
7-
86
return (
97
<div className="flex flex-col gap-y-4 mt-1.5">
108
<div className="flex gap-[36px]">

0 commit comments

Comments
 (0)