[PM-2347] Fix EU env flag (#5495)

This commit is contained in:
André Bispo 2023-05-22 23:04:50 +01:00 committed by GitHub
parent 3a1ae46c37
commit 946d254b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
type="button"
class="environment-selector-dialog-item"
(click)="toggle(ServerEnvironmentType.EU)"
*ngIf="euServerFlagEnabled"
>
<i
class="bwi bwi-fw bwi-sm bwi-check"
@ -60,7 +61,7 @@
<img class="img-eu" alt="" />
<span>{{ "eu" | i18n }}</span>
</button>
<br />
<br *ngIf="euServerFlagEnabled" />
<button
type="button"
class="environment-selector-dialog-item"