Skip to content

Commit b504935

Browse files
feat(code connect): fix connect file template
1 parent a3e69df commit b504935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scan-figma-connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ figma.connect(
3232
{
3333
props: {
3434
// *This file was generated from a script*
35-
// TODO: manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
35+
// TODO: (optional) To manually map props here, see https://www.figma.com/code-connect-docs/react/#figmaconnect
3636
children: figma.children('*'),
3737
},
3838
example: (props) => <${componentName}>{props.children}</${componentName}>,

0 commit comments

Comments
 (0)