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 3f532cd commit a8db72cCopy full SHA for a8db72c
src/default_theme/paramProperty._
@@ -4,12 +4,12 @@
4
(default <code><%- property.default %></code>)
5
<% } %></td>
6
<td class='break-word'><span><%= md(property.description, true) %></span></td>
7
- <% if(property.properties && property.properties.length) { %>
8
- <% property.properties.forEach(function(childProperty) { %>
9
- <%= renderParamProperty({
10
- property: childProperty,
11
- renderParamProperty: renderParamProperty
12
- }) %>
13
- <% }) %>
14
- <% } %>
15
</tr>
+<% if(property.properties && property.properties.length) { %>
+ <% property.properties.forEach(function(childProperty) { %>
+ <%= renderParamProperty({
+ property: childProperty,
+ renderParamProperty: renderParamProperty
+ }) %>
+ <% }) %>
+<% } %>
0 commit comments