Fix forecast name

This commit is contained in:
Garth Vander Houwen 2023-02-25 20:38:37 -08:00
parent 44072cac50
commit 8bf98f1eab

View file

@ -105,7 +105,7 @@ struct NodeDetail: View {
Text("Today's Weather Forecast")
.font(.title)
.padding()
NodeWeatherCard(location: CLLocation(latitude: LocationHelper.currentLocation.latitude, longitude: LocationHelper.currentLocation.longitude) )
NodeWeatherForecastView(location: CLLocation(latitude: LocationHelper.currentLocation.latitude, longitude: LocationHelper.currentLocation.longitude) )
.frame(height: 250)
}
#else