Skip to content

Commit

Permalink
Fixed changes due to json-schema-5: Comment by glowcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dakkkshh committed May 7, 2024
1 parent b7b0059 commit 57f38c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class Primitive extends Component {
</span>

return <span className="model">
<ModelCollapse title={titleEl} expanded={depth <= expandDepth} collapsedContent="[...]" hideSelfOnExpand={false}>
<ModelCollapse title={titleEl} expanded={depth <= expandDepth} collapsedContent="[...]">
<span className="prop">
{name && depth > 1 && <span className="prop-name">{title}</span>}
<span className="prop-type">{type}</span>
Expand Down

0 comments on commit 57f38c0

Please sign in to comment.