diff options
Diffstat (limited to 'ui/app/components/main_panel/email_section.js')
-rw-r--r-- | ui/app/components/main_panel/email_section.js | 2 |
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 |