Skip to content

Commit c5dc9f2

Browse files
autofix-ci[bot]birkskyum
authored andcommitted
ci: apply automated fixes
1 parent 8333c6f commit c5dc9f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/solid-router/src/Match.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ export const MatchInner = (props: { matchId: string }): any => {
293293

294294
// Display pending component if defined
295295
const pendingComponent =
296-
route().options.pendingComponent ?? router.options.defaultPendingComponent
296+
route().options.pendingComponent ??
297+
router.options.defaultPendingComponent
297298

298299
if (pendingComponent) {
299300
return (

0 commit comments

Comments
 (0)