mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-17 18:42:01 +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) {
|
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…
Reference in New Issue
Block a user