docs: fix category not opening in api reference from algolia search (#8690)

This commit is contained in:
Shahed Nasser
2024-08-21 11:52:13 +02:00
committed by GitHub
parent a7d03ec562
commit 9734ad1e51
3 changed files with 3 additions and 2 deletions
@@ -143,6 +143,7 @@ const TagSection = ({ tag }: TagSectionProps) => {
}}
pathName={pathname}
reportLink={formatReportLink(area, tag.name)}
vertical
/>
</SectionContainer>
}