diff --git a/src/main/resources/public/js/wallets.js b/src/main/resources/public/js/wallets.js index 9985806a..baaa0710 100644 --- a/src/main/resources/public/js/wallets.js +++ b/src/main/resources/public/js/wallets.js @@ -453,7 +453,7 @@ $(document).ready( $("#stripeCash").html(formatEuro(wallet.cash)); $("#stripeDebt").html(formatEuro(wallet.debt)); $("#stripeAvailable").html(formatEuro(wallet.available)); - cashLimitColor($("#stripeCash"), updatedWallet); + cashLimitColor($("#stripeCash"), wallet); if (wallet.active) { $("#stripeWalletBadge").addClass("badge-success") $("#stripeWalletBadge").html("active")