Removed "(empty string)"

This commit is contained in:
Lumaa 2024-06-23 17:49:27 +02:00
parent 2f0a1c5438
commit e7505a46db
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ struct ShopView: View {
}
@ViewBuilder
private func feature(_ title: LocalizedStringKey, description: LocalizedStringKey = LocalizedStringKey(stringLiteral: ""), systemImage: String) -> some View {
private func feature(_ title: LocalizedStringKey, description: LocalizedStringKey = LocalizedStringKey(String("")), systemImage: String) -> some View {
HStack(alignment: .center) {
Image(systemName: systemImage)
.resizable()