1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Remove unneeded if

This commit is contained in:
Justin Baur
2021-11-24 10:42:50 -05:00
parent 670403b4d9
commit 5540b19998
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: b4f475251a...e1c6e4973a

View File

@@ -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:'$'}} &times; 12
{{'monthAbbr' | i18n}}
=