mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-29 01:39:16 +01:00
Removed "(empty string)"
This commit is contained in:
parent
2f0a1c5438
commit
e7505a46db
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user