fixed metro stations in filters
This commit is contained in:
parent
8af5bd36d9
commit
fb7f553915
@ -55,9 +55,11 @@ function Filters({ filter, setFilter, filterShown, setFilterShown }) {
|
||||
<option value="">
|
||||
Выберите станцию метро
|
||||
</option>
|
||||
{metros.map(
|
||||
(metro) =>
|
||||
{Object.entries(metros).map(
|
||||
([branch, stations]) =>
|
||||
stations.map(metro =>
|
||||
<option key={metro} value={metro}>{metro}</option>
|
||||
)
|
||||
)}
|
||||
</Form.Select>
|
||||
</Form.Group>
|
||||
|
Loading…
x
Reference in New Issue
Block a user