fix: make total_amount nullable

[no changelog]
This commit is contained in:
Ioan Bizău
2026-02-05 16:54:26 +01:00
committed by Ioan Bizău
parent 40a37ffe6c
commit 341ecd5276
2 changed files with 2 additions and 2 deletions

View File

@@ -908,7 +908,7 @@ def confirm_properties(
def confirm_total(
total_amount: str,
total_amount: str | None,
fee_amount: str,
title: str | None = None,
total_label: str | None = None,

View File

@@ -919,7 +919,7 @@ def confirm_properties(
def confirm_total(
total_amount: str,
total_amount: str | None,
fee_amount: str,
title: str | None = None,
total_label: str | None = None,