Remove whitespace.
This commit is contained in:
parent
af8d7a7698
commit
7cf251570c
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user