We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9518d7d commit fb37153Copy full SHA for fb37153
1 file changed
src/layouts/partials/api-resource.hbs
@@ -60,7 +60,6 @@ The items in this list are objects. The specific structure of each object depend
60
{{/if}}
61
{{#if this.properties.length}}
62
63
-Variant Properties:
64
{{#each this.properties}}
65
66
{{> property-collapsible this}}
@@ -72,7 +71,7 @@ This variant has no additional specific properties.
72
71
{% endtab %}
73
{{/each}}
74
{% endtabs %}
75
-{{else if listProperties}}
+{{#if listProperties}}
76
{{#each listProperties}}
77
78
0 commit comments