[ci] format

This commit is contained in:
matthewp 2022-11-10 05:36:02 +00:00 committed by fredkbot
parent 2d3c035bf9
commit c0cb65b18d

View file

@ -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 {