[ci] format
This commit is contained in:
parent
2d3c035bf9
commit
c0cb65b18d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export async function renderJSX(result: SSRResult, vnode: any): Promise<any> {
|
|||
|
||||
// Extract the skip from the props, if we've already attempted a previous render
|
||||
let skip: Skip;
|
||||
if(vnode.props) {
|
||||
if (vnode.props) {
|
||||
if (vnode.props[Skip.symbol]) {
|
||||
skip = vnode.props[Skip.symbol];
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue