Skip to content

Commit

Permalink
Hide loader on catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Aguero committed Aug 23, 2018
1 parent 17bda18 commit 8051f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/manage/index.js
Expand Up @@ -99,6 +99,7 @@ export class Manage extends Component {
this.hideLoader()
if (!this.state.ownerCurrentUser) notTheOwner()
} catch (err) {
this.hideLoader()
logger.error(err)
}
}
Expand Down

0 comments on commit 8051f31

Please sign in to comment.