From 2a28f214684c3bc44ad52f262e4c162700155c8a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sat, 4 Mar 2017 09:25:00 +0100 Subject: [bug] provide email address to the bitmask.mail.status call --- ui/app/components/main_panel/email_section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/app/components/main_panel/email_section.js b/ui/app/components/main_panel/email_section.js index e48b8e27..e382c9d8 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 -- cgit v1.2.3