Skip to content

Commit

Permalink
Merge pull request #17 from JureSotosek/patch-1
Browse files Browse the repository at this point in the history
fix: Not showing error on error
  • Loading branch information
maticzav authored Sep 20, 2018
2 parents f6a437b + 015056e commit 1fae4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emma.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class Emma extends Component {
})
} catch (err) {
this.setState({
loadingSearchBackground: PROGRESS_ERROR,
loadingSearch: PROGRESS_ERROR,
loadingSearchBackground: false,
})
}
Expand Down

0 comments on commit 1fae4b9

Please sign in to comment.