1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[AC-1423] Remove redundant condition

This commit is contained in:
Shane Melton
2023-06-21 16:55:10 -07:00
parent 894623a80e
commit be2b72b286

View File

@@ -83,7 +83,7 @@
</td>
</tr>
</ng-container>
<ng-container *ngIf="!subscription && userOrg.isFreeOrg">
<ng-container *ngIf="userOrg.isFreeOrg">
<tr bitRow *ngIf="userOrg.usePasswordManager">
<td bitCell>{{ "passwordManager" | i18n }} - {{ "freeOrganization" | i18n }}</td>
<td bitCell class="tw-text-right">{{ "free" | i18n }}</td>