Skip to content

Commit 55e849c

Browse files
committed
Remove the schema heading
1 parent 18c25d8 commit 55e849c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Params/Params.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Params extends Component<IProps> {
1717
}
1818
return (
1919
params.map((row, i) =>
20-
<>
20+
<section>
2121
<h3>
2222
{i + 1}. {row.name}
2323
{
@@ -35,7 +35,7 @@ class Params extends Component<IProps> {
3535
contentDescriptor={row}
3636
uiSchema={uiSchema}
3737
/>
38-
</>
38+
</section>
3939
)
4040
);
4141
}

0 commit comments

Comments
 (0)