Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Nov 27, 2023
1 parent 4062ade commit 3227cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace ui {
children: Array.isArray(children)
? children
: children == null
? undefined
: [children],
? undefined
: [children],
};
}
return (type as FC)(props);
Expand Down

0 comments on commit 3227cc9

Please sign in to comment.