Skip to content
Snippets Groups Projects
Commit 187f6ed9 authored by timothycarambat's avatar timothycarambat
Browse files

remove unused state

parent faa341c3
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react"; ...@@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react";
import { useState, useEffect } from "react"; import { useState, useEffect } from "react";
export default function OpenRouterOptions({ settings }) { export default function OpenRouterOptions({ settings }) {
const [showAdvancedControls, setShowAdvancedControls] = useState(false);
return ( return (
<div className="flex flex-col gap-y-4 mt-1.5"> <div className="flex flex-col gap-y-4 mt-1.5">
<div className="flex gap-[36px]"> <div className="flex gap-[36px]">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment