Фикс городов
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m16s
Create and publish a Docker image / Deploy image (push) Successful in 3s

This commit is contained in:
2023-09-05 16:44:15 +03:00
parent e67d7dbd45
commit 30421a97da
2 changed files with 4 additions and 7 deletions

View File

@ -93,9 +93,6 @@ const City = (props) => {
<option value="" style={{
maxWidth: 200,
}}>Выберите город...</option>
<option value="Таганрог" style={{
maxWidth: 200,
}}>Таганрог</option>
{filteredCityOptions.map(option => (
<option key={option.id} value={option.name} style={{
maxWidth: 200,