This commit is contained in:
Davide De Rosa 2023-07-31 08:25:30 +02:00
parent 19e52bfd59
commit 7a74525149
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ private extension OnDemandView {
) )
} }
} footer: { } footer: {
Text(policyFooterDescription ?? "") Text(policyFooterDescription)
} }
} }