Skip to content

Commit 0f2c88c

Browse files
author
Alban Bailly
committed
adding missing recursion
1 parent d399203 commit 0f2c88c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/2_molecules/BodySchema.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ export const BodySchema = props => {
198198
/>
199199
</div>
200200
</div>
201+
{b.properties && (
202+
<div className="px-4 mt-4 mb-4 ml-4 subResponse">
203+
<SubResponse dataSource={b.properties} />
204+
</div>
205+
)}
201206
</div>
202207
)
203208
);

0 commit comments

Comments
 (0)