fix #7749 show content of pos confirmation literally

This commit is contained in:
Sebastian 2023-04-24 17:59:56 -03:00
parent c8d78d68d3
commit 2f8de9ea86
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -635,7 +635,7 @@ export function TransactionView({
alert={{
type: "info",
message: i18n.str`Confirmation code`,
description: transaction.posConfirmation as TranslatedString,
description: <pre>{transaction.posConfirmation}</pre>,
}}
/>
) : undefined}