chore: remove useless else (#245)
This commit is contained in:
parent
46e64b257c
commit
971cebc61c
@ -68,10 +68,10 @@ export function normalizeSuspenseChildren(
|
||||
content: normalizeVNode(isFunction(d) ? d() : d),
|
||||
fallback: normalizeVNode(isFunction(fallback) ? fallback() : fallback)
|
||||
}
|
||||
} else {
|
||||
}
|
||||
|
||||
return {
|
||||
content: normalizeVNode(children as VNodeChild),
|
||||
fallback: normalizeVNode(null)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user