We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf1c38 commit 11e00a0Copy full SHA for 11e00a0
components/faq-accordion.tsx
@@ -23,7 +23,6 @@ export function FaqAccordion({ items }: { items: FaqItem[] }) {
23
24
const handleHashChange = () => {
25
const id = decodeURIComponent(location.href).split("#")[1];
26
- console.log("FAQ Accordion hash change detected:", id);
27
28
// trigger opening the accordion item
29
const accordionItem = document.getElementById(id);
0 commit comments