1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed beestat contribute not resetting when changing amount

This commit is contained in:
Jon Ziebell 2023-11-29 19:04:48 -05:00
parent a8016a0376
commit 1ea5f63629

View File

@ -177,6 +177,7 @@ beestat.component.card.contribute.prototype.decorate_contents_ = function(parent
}
tile_amount_other.addEventListener('click', function() {
self.state_.stripe_connecting = false;
self.state_.contribute_amount_other_enabled = true;
self.rerender();
});