We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38468c1 commit bcfb0f3Copy full SHA for bcfb0f3
web/src/sections/AgentsModal/index.tsx
@@ -99,7 +99,6 @@ export default function AgentsModal() {
99
const router = useRouter();
100
const { user } = useUser();
101
const [searchQuery, setSearchQuery] = useState("");
102
- const [isSearchFocused, setIsSearchFocused] = useState(false);
103
104
const memoizedCurrentlyVisibleAgents = useMemo(() => {
105
return agents.filter((agent) => {
0 commit comments