1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-16 05:48:45 +00:00

fix(core): handle empty 'info_items' in Caesar 'confirm_value'

[no changelog]
This commit is contained in:
Roman Zeyde 2025-05-05 14:57:12 +03:00 committed by Roman Zeyde
parent 53225569c8
commit bf2a588a25

View File

@ -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,