summaryrefslogtreecommitdiff
path: root/ui/app/components/bye_splash.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/bye_splash.js')
-rw-r--r--ui/app/components/bye_splash.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/app/components/bye_splash.js b/ui/app/components/bye_splash.js
index 633aa3d3..0442c41e 100644
--- a/ui/app/components/bye_splash.js
+++ b/ui/app/components/bye_splash.js
@@ -23,13 +23,13 @@ export default class ByeSplash extends React.Component {
componentDidMount() {
this.interval = setInterval(this.tick, this.props.delay)
- bitmask.core.stop().then(msg => {
- console.log(msg)
- this.setState({readyToQuit: true})
- }, error => {
- console.log(error)
- this.setState({errorMessage: error})
- })
+ bitmask.core.stop().then(msg => {
+ console.log(msg)
+ this.setState({readyToQuit: true})
+ }, error => {
+ console.log(error)
+ this.setState({errorMessage: error})
+ })
}
componentWillUnmount() {