We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf94df commit ad57f5aCopy full SHA for ad57f5a
src/core/components/array-model.jsx
@@ -46,7 +46,7 @@ export default class ArrayModel extends Component {
46
properties.size ? properties.entrySeq().map( ( [ key, v ] ) => <Property key={`${key}-${v}`} propKey={ key } propVal={ v } propStyle={ propStyle } />) : null
47
}
48
{
49
- !description ? null :
+ !description ? (properties.size ? <div className="markdown"></div> : null) :
50
<Markdown source={ description } />
51
52
<span>
0 commit comments