Skip to content

Commit

Permalink
Never mind that.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Sep 6, 2024
1 parent bf7f92e commit c548007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/unity/vanillajsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function pushChildren(parent: babel.types.ObjectExpression, path: babel.NodePath
parent.properties.push(t.objectProperty(t.identifier("children"), child.argument));
}
else {
parent.properties.push(t.objectProperty(t.identifier("child"), child));
parent.properties.push(t.objectProperty(t.identifier("children"), child));
}
}
else if (children.length > 0) {
Expand Down

0 comments on commit c548007

Please sign in to comment.