diff --git a/lnbits/extensions/boltcards/static/js/index.js b/lnbits/extensions/boltcards/static/js/index.js index 4d6134f9..c23a2583 100644 --- a/lnbits/extensions/boltcards/static/js/index.js +++ b/lnbits/extensions/boltcards/static/js/index.js @@ -220,6 +220,9 @@ new Vue({ return mapCards(obj) }) }) + .then(function () { + self.getHits() + }) }, getHits: function () { var self = this @@ -417,7 +420,6 @@ new Vue({ created: function () { if (this.g.user.wallets.length) { this.getCards() - this.getHits() this.getRefunds() } }