Skip to content

Commit 4e730cd

Browse files
committed
feat(CC-expandable-section): remove double comments
1 parent beae7dd commit 4e730cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/code-connect/components/ExpandableSection/ExandableSectionTruncate.figma.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import figma from '@figma/code-connect';
22
import { ExpandableSection } from '@patternfly/react-core';
33

4-
// // TODO: DESIGN: Create toggle component
5-
// // onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6-
// // isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
4+
// TODO: DESIGN: Create toggle component
5+
// onToggle={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
6+
// isExpanded={() => {}} // only required if the user wants to be able to have other side effects when opening/closing
77

8-
// // Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
8+
// Documentation for ExpandableSection can be found at https://www.patternfly.org/components/expandable-section
99

1010
figma.connect(
1111
ExpandableSection,

0 commit comments

Comments
 (0)