mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Fixed minor contribution bug
This commit is contained in:
parent
5c40ed773c
commit
cb66d0439c
@ -2,6 +2,18 @@
|
||||
* Main contribute card.
|
||||
*/
|
||||
beestat.component.card.contribute = function() {
|
||||
const self = this;
|
||||
|
||||
beestat.dispatcher.addEventListener(
|
||||
[
|
||||
'cache.user',
|
||||
'cache.stripe_event'
|
||||
],
|
||||
function() {
|
||||
self.rerender();
|
||||
}
|
||||
);
|
||||
|
||||
beestat.component.card.apply(this, arguments);
|
||||
|
||||
this.state_.currency_multiplier = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user