mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
update error handling logic, add empty check for validateTree
This commit is contained in:
@@ -28,7 +28,7 @@ class Dashboard extends React.Component {
|
||||
componentDidMount() {
|
||||
if (!this.props.app.isMobile) {
|
||||
this.props.actions.fetchDomain()
|
||||
.then((domain) => this.props.actions.updateDomain(domain));
|
||||
.then((domain) => this.props.actions.updateDomain(domain))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user