getting the error " No exact matches in call to instance method 'appendInterpolation' "
HStack {
ForEach(ads, id: \.bcity) { adn in
Text("Store")
Text("\(adn.bcity)")
Text("- 3 miles")
}
}
getting the error on the second Text. Please help been trying for awhile to fix