From 9d6bce9251ce87564fc659f1889dc5298fafa5bf Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 17 Dec 2018 18:48:30 +0100 Subject: [PATCH] fix fwOutdated exceptionPage values --- src/actions/SelectedAccountActions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/actions/SelectedAccountActions.js b/src/actions/SelectedAccountActions.js index b6a93220..32aecfb2 100644 --- a/src/actions/SelectedAccountActions.js +++ b/src/actions/SelectedAccountActions.js @@ -44,10 +44,10 @@ const getExceptionPage = (state: State, selectedAccount: SelectedAccountState): if (discovery.fwOutdated) { return { - type: 'info', - title: `Device ${device.instanceLabel} firmware is outdated`, - message: 'TODO: update firmware explanation', - shortcut: network.shortcut, + type: 'fwOutdated', + title: 'not-used', + message: 'not-used', + shortcut: 'not-used', }; } if (discovery.fwNotSupported) {