mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
Fix typo
This commit is contained in:
parent
fff28fd4b3
commit
e8baaaec01
@ -378,6 +378,7 @@ function convertHtmlToReact(node, context) {
|
||||
var code = convertHtmlToReact(child, context);
|
||||
validateJS(code, child, context);
|
||||
return code;
|
||||
});
|
||||
|
||||
data.children = utils.concatChildren(children);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user