From 7a74525149be8455052f3d9d7c104302d221876c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 31 Jul 2023 08:25:30 +0200 Subject: [PATCH] Fix b608d59d8f55cb9454adcfd1243cad0429feb026 --- Passepartout/App/Views/OnDemandView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout/App/Views/OnDemandView.swift b/Passepartout/App/Views/OnDemandView.swift index ce8c59bd..8efef1c2 100644 --- a/Passepartout/App/Views/OnDemandView.swift +++ b/Passepartout/App/Views/OnDemandView.swift @@ -77,7 +77,7 @@ private extension OnDemandView { ) } } footer: { - Text(policyFooterDescription ?? "") + Text(policyFooterDescription) } }