mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 15:14:31 +08:00
[client-app] Remove contact support btn from red box
Summary: See title Test Plan: manual Reviewers: evan, halla Reviewed By: halla Differential Revision: https://phab.nylas.com/D4049
This commit is contained in:
parent
396a027bcb
commit
5714a23501
1 changed files with 0 additions and 4 deletions
|
@ -78,8 +78,6 @@ export default class AccountErrorNotification extends React.Component {
|
|||
return <span />
|
||||
} else if (erroredAccounts.length > 1) {
|
||||
title = "Several of your accounts are having issues";
|
||||
subtitle = "Contact support";
|
||||
subtitleAction = () => this._onContactSupport(erroredAccounts[0])
|
||||
actions = [{
|
||||
label: checkAgainLabel,
|
||||
fn: (e) => this._onCheckAgain(e),
|
||||
|
@ -112,8 +110,6 @@ export default class AccountErrorNotification extends React.Component {
|
|||
break;
|
||||
default: {
|
||||
title = `Encountered an error while syncing ${erroredAccount.emailAddress}`;
|
||||
subtitle = "Contact support";
|
||||
subtitleAction = () => this._onContactSupport(erroredAccount)
|
||||
let label = this.state.checking ? 'Retrying...' : 'Try Again'
|
||||
if (this.state.debugKeyPressed) {
|
||||
label = 'Debug'
|
||||
|
|
Loading…
Add table
Reference in a new issue