fix fwOutdated exceptionPage values

pull/278/head
Szymon Lesisz 6 years ago
parent ddf00bc15c
commit 9d6bce9251

@ -44,10 +44,10 @@ const getExceptionPage = (state: State, selectedAccount: SelectedAccountState):
if (discovery.fwOutdated) { if (discovery.fwOutdated) {
return { return {
type: 'info', type: 'fwOutdated',
title: `Device ${device.instanceLabel} firmware is outdated`, title: 'not-used',
message: 'TODO: update firmware explanation', message: 'not-used',
shortcut: network.shortcut, shortcut: 'not-used',
}; };
} }
if (discovery.fwNotSupported) { if (discovery.fwNotSupported) {

Loading…
Cancel
Save