Skip to content

Commit 40d838c

Browse files
author
Brendan Abbott
committed
Default should be false, not undefined in BodySchema
1 parent c821014 commit 40d838c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BodySchema/BodySchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default class BodySchema extends Component {
5858
)
5959
}
6060

61-
renderPropertyRow (property, isLast, isOpen = undefined, hasSubset = false) {
61+
renderPropertyRow (property, isLast, isOpen = false, hasSubset = false) {
6262
return (
6363
<Property
6464
key={property.name}

0 commit comments

Comments
 (0)