mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-16 22:08:47 +00:00
fix(core): handle empty 'info_items' in Caesar 'confirm_value'
[no changelog]
This commit is contained in:
parent
53225569c8
commit
bf2a588a25
@ -770,7 +770,7 @@ async def confirm_value(
|
||||
if description and value:
|
||||
description += ":"
|
||||
|
||||
if info_items is None:
|
||||
if not info_items:
|
||||
return await raise_if_not_confirmed(
|
||||
trezorui_api.confirm_value(
|
||||
title=title,
|
||||
|
Loading…
Reference in New Issue
Block a user