last
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 50s
Create and publish a Docker image / Deploy image (push) Successful in 4s

This commit is contained in:
VITALY-VORON
2023-08-26 14:42:17 +03:00
parent 5c5661bef5
commit 932362af0b
6 changed files with 153 additions and 31 deletions

View File

@ -93,6 +93,9 @@ 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,