We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08219b8 commit f7d8adaCopy full SHA for f7d8ada
src/elements/OrderedList.tsx
@@ -6,9 +6,6 @@ interface Props {
6
}
7
8
export const OrderedList: Component<Props> = ({ children }) => {
9
- if (children === undefined) {
10
- return null;
11
- }
12
return (
13
<Fragment>
14
{children.map((child, index) => (
0 commit comments