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) } }