Fix missing country flags

This commit is contained in:
Davide 2024-11-02 16:15:19 +01:00
parent 248f1e7257
commit 8aff3bedbc
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public struct ThemeCountryText: View {
public var body: some View {
Text(
[code, title]
[code.asCountryCodeEmoji, title]
.compactMap { $0 }
.joined(separator: " ")
)