diff --git a/index.html b/index.html index f1e234af..0276f000 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + diff --git a/src/pages/Farmacos.tsx b/src/pages/Farmacos.tsx index 18c895c9..bfc369eb 100644 --- a/src/pages/Farmacos.tsx +++ b/src/pages/Farmacos.tsx @@ -31,7 +31,8 @@ const Farmacos = () => { const highlightId = searchParams.get('id'); const [searchQuery, setSearchQuery] = useState(''); - const [activeCategory, setActiveCategory] = useState('todos'); + const [activeCategory, setActiveCategory] = useState('tes'); + const [activeTESCategory, setActiveTESCategory] = useState('todos'); const [showAdministrationGuide, setShowAdministrationGuide] = useState(true); const [showTerminologyGuide, setShowTerminologyGuide] = useState(false);