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"> <div class="row">
@foreach(var city in cities) @foreach(var city in cities)
{ {
<CityComponent <CityComponent
city="@city" city="@city"
selectedCity="@this.selectedCity" selectedCity="@this.selectedCity"
SelectCityCallBack="HandleCitySelection"> SelectCityCallBack="HandleCitySelection">
</CityComponent> </CityComponent>