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:
parent
ddf00bc15c
commit
9d6bce9251
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user