mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
add explanation of 'not-used' strings
This commit is contained in:
parent
4c4b40c639
commit
f24f0b33ea
@ -43,6 +43,7 @@ const getExceptionPage = (state: State, selectedAccount: SelectedAccountState):
|
||||
if (!device || !device.features || !network || !discovery) return null;
|
||||
|
||||
if (discovery.fwOutdated) {
|
||||
// those values are not used because in this case views/Wallet/views/FirmwareUpdate component will be displayed and it already has text content
|
||||
return {
|
||||
type: 'fwOutdated',
|
||||
title: 'not-used',
|
||||
|
Loading…
Reference in New Issue
Block a user