commit f60361f0bb602bb3fcfc39c780255219465e4efc parent 19cf394c9fe8d3ca3c53436c75178f31b2bb5e83 Author: Marc Stibane <marc@taler.net> Date: Sat, 22 Aug 2026 09:16:55 +0200 AI: Operator-precedence Diffstat:
| M | TalerWallet1/Views/Transactions/ThreeAmountsSection.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift b/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift @@ -234,7 +234,7 @@ struct ThreeAmountsSection: View { } } } header: { - let header = scope?.url?.trimURL ?? scope?.currency ?? summary != nil ? "Summary" : nil + let header = scope?.url?.trimURL ?? scope?.currency ?? (summary != nil ? "Summary" : nil) if let header { Text(header) .talerFont(.title3)