diff --git a/src/widgets/weather/WeatherTile.tsx b/src/widgets/weather/WeatherTile.tsx index a16e3d49c..861d3e6a2 100644 --- a/src/widgets/weather/WeatherTile.tsx +++ b/src/widgets/weather/WeatherTile.tsx @@ -118,7 +118,7 @@ function WeatherTile({ widget }: WeatherTileProps) { {widget.properties.displayCityName && ( - {widget.properties.location.name} + {widget.properties.location.name} )}