mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
Resolve the discount issue (#11128)
This commit is contained in:
parent
931f86c948
commit
1940256fe2
@ -21,8 +21,8 @@
|
||||
>{{
|
||||
"upgradeDiscount"
|
||||
| i18n
|
||||
: (selectedInterval === planIntervals.Annually
|
||||
? discountPercentageFromSub + this.discountPercentage
|
||||
: (selectedInterval === planIntervals.Annually && discountPercentageFromSub == 0
|
||||
? this.discountPercentage
|
||||
: this.discountPercentageFromSub)
|
||||
}}</span
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user