Skip to content

Commit

Permalink
Merge pull request self-xdsd#312 from fellahi-ali/self-xdsd#282
Browse files Browse the repository at this point in the history
self-xdsd#282 Real wallet is now correctly shown after setup
  • Loading branch information
amihaiemil authored Jan 4, 2021
2 parents cd33aae + c12d198 commit d932daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/js/wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d932daf

Please sign in to comment.