Skip to content

Commit

Permalink
fix: remove deprecated filter
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Oct 3, 2024
1 parent e62801a commit 524819c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>

Please go back to your first Kiva tab or <span class="tw-underline">
click here</span> to use your {{ promoData.bonusBalance | numeral('$0.00') }} promo credit.
click here</span> to use your {{ promoData.bonusBalanceFormatted }} promo credit.

</a>
</div>
Expand Down Expand Up @@ -194,6 +194,7 @@ export default {
promoData() {
return {
bonusBalance: this.bonusBalance,
bonusBalanceFormatted: numeral(this.bonusBalance).format('$0[.]00'),
available: this.creditAvailable,
displayName: this.promoFundDisplayName,
pageId: this.managedAccountPageId,
Expand Down

0 comments on commit 524819c

Please sign in to comment.