Skip to content

Commit b5cf049

Browse files
committed
hack: disable env header
1 parent 9e4359e commit b5cf049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- <sbb-option value="it">🇮🇹 Italiano</sbb-option> -->
2222
</sbb-select>
2323
</sbb-app-chooser-section>
24-
<sbb-header-environment class="noprint">{{
24+
<sbb-header-environment class="noprint" *ngIf="false">{{
2525
environmentLabel
2626
}}</sbb-header-environment>
2727
<sbb-usermenu

0 commit comments

Comments
 (0)