Skip to content

Commit

Permalink
hack: disable env header
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Aug 6, 2024
1 parent d38b705 commit 6a7a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- <sbb-option value="it">🇮🇹 Italiano</sbb-option> -->
</sbb-select>
</sbb-app-chooser-section>
<sbb-header-environment class="noprint">{{
<sbb-header-environment class="noprint" *ngIf="false">{{
environmentLabel
}}</sbb-header-environment>
<sbb-usermenu
Expand Down

0 comments on commit 6a7a01d

Please sign in to comment.