You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This version has <b>{{ metadata.features | length }}</b> feature flags, <bdata-id="default-feature-len">
54
-
{%- if metadata.features[0].name == 'default' -%}
55
-
{{ metadata.features[0].subfeatures | length }}
56
-
{%- else -%}
57
-
0
58
-
{%- endif -%}
59
-
</b> of them enabled by <b>default</b>.</p>
60
-
{%- for feature in metadata.features -%}
52
+
{%- if features -%}
53
+
<p>This version has <b>{{ features | length }}</b> feature flags, <bdata-id="default-feature-len">{{ default_len }}</b> of them enabled by <b>default</b>.</p>
0 commit comments