1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00

fix fwOutdated exceptionPage values

This commit is contained in:
Szymon Lesisz 2018-12-17 18:48:30 +01:00
parent ddf00bc15c
commit 9d6bce9251

View File

@ -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) {