desktop: remove obselete check

This commit is contained in:
Chris Breiding
2017-07-07 14:58:37 -04:00
parent 028bc42d53
commit 5a4bb96541

View File

@@ -123,9 +123,7 @@ const openProject = (project) => {
specsStore.loading(true)
const setProjectError = (err) => {
if (err.type !== 'warning') {
project.setLoading(false)
}
project.setLoading(false)
project.setError(err)
}