[ci] format
This commit is contained in:
parent
c271ed35ee
commit
04daafbbdf
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ async function renderToStaticMarkup(Component, props, { default: children, ...sl
|
|||
...props,
|
||||
...slots,
|
||||
};
|
||||
if(children != null) {
|
||||
if (children != null) {
|
||||
newProps.children = React.createElement(StaticHtml, { value: children });
|
||||
}
|
||||
const vnode = React.createElement(Component, newProps);
|
||||
|
|
Loading…
Reference in a new issue