1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Resolve the discount issue (#11128)

This commit is contained in:
cyprain-okeke 2024-09-18 18:55:31 +01:00 committed by GitHub
parent 931f86c948
commit 1940256fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
> >