Skip to content

Commit

Permalink
remove unused state
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jul 31, 2024
1 parent faa341c commit 187f6ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { CaretDown, CaretUp } from "@phosphor-icons/react";
import { useState, useEffect } from "react";

export default function OpenRouterOptions({ settings }) {
const [showAdvancedControls, setShowAdvancedControls] = useState(false);

return (
<div className="flex flex-col gap-y-4 mt-1.5">
<div className="flex gap-[36px]">
Expand Down

0 comments on commit 187f6ed

Please sign in to comment.