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 6d1716b commit ed5a1a2Copy full SHA for ed5a1a2
src/components/PropsTable.tsx
@@ -37,7 +37,6 @@ export const PropsTable: React.FunctionComponent<PropsTableProps> = ({
37
componentDescription,
38
componentProps,
39
}) => {
40
- const SectionHeading = headingLevel
41
const publicProps = componentProps?.filter((prop) => !prop.isHidden)
42
const hasPropsToRender = !!publicProps?.length
43
0 commit comments