mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Remove unneeded if
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: b4f475251a...e1c6e4973a
@@ -158,7 +158,7 @@
|
||||
<label class="form-check-label" for="interval{{selectablePlan.type}}">
|
||||
<ng-container *ngIf="selectablePlan.isAnnual">
|
||||
{{'annually' | i18n}}
|
||||
<small *ngIf="selectablePlan.basePrice && !acceptingSponsorship">
|
||||
<small *ngIf="selectablePlan.basePrice">
|
||||
{{'basePrice' | i18n}}: {{ selectablePlan.basePrice / 12 | currency:'$'}} × 12
|
||||
{{'monthAbbr' | i18n}}
|
||||
=
|
||||
|
||||
Reference in New Issue
Block a user