mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
cleanup
This commit is contained in:
parent
c3ea9aecbe
commit
61342a55e8
@ -10,11 +10,6 @@ let AlertMixin = {
|
||||
}.bind(this)
|
||||
);
|
||||
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