From db5bc3dacbce645a3f9df48e660c3520fd14a936 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 5 Mar 2017 00:29:27 +0100 Subject: [bug] disable addressbok - Related: #8792 --- ui/app/components/main_panel/email_section.js | 3 ++- 1 file changed, 2 insertions(+), 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 8947e389..ddb2a09b 100644 --- a/ui/app/components/main_panel/email_section.js +++ b/ui/app/components/main_panel/email_section.js @@ -123,7 +123,8 @@ export default class EmailSection extends React.Component { let body = null let header =

Mail

if (this.state.status == 'on') { - button = + // FIXME disabling until #8792 is fixed + // button = } if (this.state.status == 'disabled') { header =

Mail Disabled

-- cgit v1.2.3