1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-02 13:23:29 +01: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
No known key found for this signature in database

View File

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