Remove whitespace.
This commit is contained in:
parent
af8d7a7698
commit
7cf251570c
@ -5,8 +5,8 @@
|
||||
<div class="row">
|
||||
@foreach(var city in cities)
|
||||
{
|
||||
<CityComponent
|
||||
city="@city"
|
||||
<CityComponent
|
||||
city="@city"
|
||||
selectedCity="@this.selectedCity"
|
||||
SelectCityCallBack="HandleCitySelection">
|
||||
</CityComponent>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user