diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-03-04 09:25:00 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-04 15:23:17 +0100 |
commit | 2a28f214684c3bc44ad52f262e4c162700155c8a (patch) | |
tree | 182d5807dd6ba8cc4ed1e9f7c6f49ef81e341a1b /ui/app/components/main_panel | |
parent | 92957c4b666d6e5fc54275d8857692a12b0fb209 (diff) |
[bug] provide email address to the bitmask.mail.status call
Diffstat (limited to 'ui/app/components/main_panel')
-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 e48b8e2..e382c9d 100644 --- a/ui/app/components/main_panel/email_section.js +++ b/ui/app/components/main_panel/email_section.js @@ -78,7 +78,7 @@ export default class EmailSection extends React.Component { for (let event of events) { bitmask.events.register(event, this.logEvent) } - bitmask.mail.status().then(status => { + bitmask.mail.status(this.props.account.id).then(status => { this.setState({ status: status.status, error: status.error |