From 33123c354b79f7951423dd75097b11e7eb075f99 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 2 Jul 2021 19:49:55 -0600 Subject: Upgrade various dependencies to latest part 2 (#1557) * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero --- src/containers/settings/AccountScreen.js | 3 +-- src/containers/settings/SettingsWindow.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/containers/settings') diff --git a/src/containers/settings/AccountScreen.js b/src/containers/settings/AccountScreen.js index 2c9cac084..db3b2a4a7 100644 --- a/src/containers/settings/AccountScreen.js +++ b/src/containers/settings/AccountScreen.js @@ -85,8 +85,7 @@ class AccountScreen extends Component { openEditAccount={() => this.handleWebsiteLink('/user/profile')} upgradeToPro={() => upgradeAccount({ planId: features.features.pricingConfig.plans.pro.yearly.id, - }) - } + })} openBilling={() => this.handleWebsiteLink('/user/billing')} openInvoices={() => this.handleWebsiteLink('/user/invoices')} /> diff --git a/src/containers/settings/SettingsWindow.js b/src/containers/settings/SettingsWindow.js index 89c2aaa27..9bb64b6fe 100644 --- a/src/containers/settings/SettingsWindow.js +++ b/src/containers/settings/SettingsWindow.js @@ -28,7 +28,6 @@ export default @inject('stores', 'actions') @observer class SettingsContainer ex const { children, stores } = this.props; const { closeSettings } = this.props.actions.ui; - const navigation = (