mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
cleanup
This commit is contained in:
parent
c3ea9aecbe
commit
61342a55e8
@ -10,11 +10,6 @@ let AlertMixin = {
|
|||||||
}.bind(this)
|
}.bind(this)
|
||||||
);
|
);
|
||||||
this.setState({alerts: alerts, retry: this.state.retry + 1});
|
this.setState({alerts: alerts, retry: this.state.retry + 1});
|
||||||
},
|
|
||||||
hideAlerts(){
|
|
||||||
for (alert in this.state.alerts){
|
|
||||||
alert.hide();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user