1
0

Remove whitespace.

This commit is contained in:
Kevin Matsubara 2025-03-27 12:05:37 +01:00
parent af8d7a7698
commit 7cf251570c

View File

@ -5,8 +5,8 @@
<div class="row">
@foreach(var city in cities)
{
<CityComponent
city="@city"
<CityComponent
city="@city"
selectedCity="@this.selectedCity"
SelectCityCallBack="HandleCitySelection">
</CityComponent>