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