Skip to content

Commit 985d1c6

Browse files
committed
feat(CC-batch-4): resolved lint errors
1 parent 9e4b7e6 commit 985d1c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/code-connect/components/DataList/DataList.figma.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ figma.connect(
1616

1717
children: figma.children('*')
1818
},
19-
example: (props) => <DataList isExpanded={props.isExpanded} isCompact={props.isCompact}>{props.children}</DataList>
19+
example: (props) => (
20+
<DataList isExpanded={props.isExpanded} isCompact={props.isCompact}>
21+
{props.children}
22+
</DataList>
23+
)
2024
}
2125
);

packages/code-connect/components/Drawer/Drawer.figma.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { Drawer } from '@patternfly/react-core';
55
* PatternFly Drawer component integration for Figma Code Connect
66
*/
77

8-
const main = {
9-
title: 'teste'
10-
};
11-
128
figma.connect(
139
Drawer,
1410
'https://www.figma.com/design/aEBBvq0J3EPXxHvv6WgDx9/PatternFly-6--Components-Test?node-id=8034-7676&t=IzSunfrnw18ti37Y-11',

0 commit comments

Comments
 (0)