From 7a39ad67b7054c3e04edb67d93d5ee6666ec1c9a Mon Sep 17 00:00:00 2001
From: Chun Fan <4866953+chunfantasy@users.noreply.github.com>
Date: Wed, 8 Jul 2020 13:13:25 +0200
Subject: [PATCH] Update shared
---
lib/actions/warningActions.js | 1 -
lib/components/AppSidePanelView.jsx | 3 +--
lib/components/ChannelView.jsx | 10 +++-------
lib/components/ChartView.jsx | 1 -
lib/components/ToggleChannelModeView.jsx | 1 -
lib/components/TransmitSetupView.jsx | 3 +--
lib/containers/channelView.js | 1 -
lib/containers/otherSettingsView.js | 1 -
lib/containers/timeoutView.js | 1 -
lib/containers/toggleChannelModeView.js | 1 -
lib/containers/toggleTestModeView.js | 1 -
package.json | 7 +++++--
12 files changed, 10 insertions(+), 21 deletions(-)
diff --git a/lib/actions/warningActions.js b/lib/actions/warningActions.js
index 2734f87..cb9b41a 100644
--- a/lib/actions/warningActions.js
+++ b/lib/actions/warningActions.js
@@ -56,7 +56,6 @@ export function clearIncompatibleWarning() {
};
}
-
export function setCommunicationErrorWarning(message) {
return dispatch => {
dispatch({
diff --git a/lib/components/AppSidePanelView.jsx b/lib/components/AppSidePanelView.jsx
index 14e3515..2cc5d94 100644
--- a/lib/components/AppSidePanelView.jsx
+++ b/lib/components/AppSidePanelView.jsx
@@ -60,8 +60,7 @@ const AppSidePanelView = ({ selectedTestMode }) => (