Skip to content

Commit fb37153

Browse files
Remove Variant Properties text
1 parent 9518d7d commit fb37153

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/layouts/partials/api-resource.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ The items in this list are objects. The specific structure of each object depend
6060
{{/if}}
6161
{{#if this.properties.length}}
6262

63-
Variant Properties:
6463
{{#each this.properties}}
6564

6665
{{> property-collapsible this}}
@@ -72,7 +71,7 @@ This variant has no additional specific properties.
7271
{% endtab %}
7372
{{/each}}
7473
{% endtabs %}
75-
{{else if listProperties}}
74+
{{#if listProperties}}
7675
{{#each listProperties}}
7776

7877
{{> property-collapsible this}}

0 commit comments

Comments
 (0)