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 035acc3 commit ec85c23Copy full SHA for ec85c23
src/components/ApiDocs/ReferencePage.tsx
@@ -15,7 +15,6 @@ export const ReferencePage = ({ category }) => {
15
);
16
return (
17
<View className={'reference-page'}>
18
- asd
19
{cat?.children?.map((child, idx) => (
20
<Fragment key={`reference-${idx}`}>
21
{idx !== 0 && <Divider marginTop={'medium'} />}
0 commit comments