Skip to content

Commit ed5a1a2

Browse files
committed
fix(scope): unused variable was causing linter to fail
1 parent 6d1716b commit ed5a1a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PropsTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export const PropsTable: React.FunctionComponent<PropsTableProps> = ({
3737
componentDescription,
3838
componentProps,
3939
}) => {
40-
const SectionHeading = headingLevel
4140
const publicProps = componentProps?.filter((prop) => !prop.isHidden)
4241
const hasPropsToRender = !!publicProps?.length
4342

0 commit comments

Comments
 (0)