summaryrefslogtreecommitdiff
path: root/ui/app/components/main_panel/email_section.js
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-29 11:00:11 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:16 -0400
commit39a805929dab586ff77752e86f86a980535f97ef (patch)
tree1cabf70d2a20bc132ed1a28038b4adb1deb102a1 /ui/app/components/main_panel/email_section.js
parentf7ec527e8034c0faabeda2766918ea25b3df686a (diff)
[bug] change status on ui too
Diffstat (limited to 'ui/app/components/main_panel/email_section.js')
-rw-r--r--ui/app/components/main_panel/email_section.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/main_panel/email_section.js b/ui/app/components/main_panel/email_section.js
index fcfd36cf..db7470dc 100644
--- a/ui/app/components/main_panel/email_section.js
+++ b/ui/app/components/main_panel/email_section.js
@@ -18,7 +18,7 @@ export default class EmailSection extends React.Component {
constructor(props) {
super(props)
this.state = {
- status: 'unknown', // API produces: on, off, starting, stopping, failure
+ status: 'unknown', // API produces: on, off, starting, stopping, failed
keys: null, // API produces: null, sync, generating, found
message: null,
expanded: false