diff --git a/app/listings/new/page.tsx b/app/listings/new/page.tsx index d9b3289..f3805cd 100644 --- a/app/listings/new/page.tsx +++ b/app/listings/new/page.tsx @@ -137,6 +137,7 @@ export default function NewListingPage() { { key: 'microwave', label: t('amenityMicrowave'), icon: '🍲', checked: hasMicrowave, toggle: setHasMicrowave }, { key: 'parking', label: t('amenityFreeParking'), icon: '🅿️', checked: hasFreeParking, toggle: setHasFreeParking }, { key: 'ski', label: t('amenitySkiPass'), icon: '⛷️', checked: hasSkiPass, toggle: setHasSkiPass }, + { key: 'ev', label: t('amenityEvAvailable'), icon: '⚡', checked: evChargingAvailable, toggle: setEvChargingAvailable }, ]; function updateTranslation(locale: Locale, field: keyof LocaleFields, value: string) { @@ -704,28 +705,6 @@ export default function NewListingPage() { ))} -
-
{t('evChargingLabel')}
-
{t('evChargingExplain')}
-
- {[ - { value: true, label: t('evChargingYes'), icon: '⚡' }, - { value: false, label: t('evChargingNo'), icon: '🚗' }, - ].map((opt) => ( - - ))} -
-
- - -
+ {t('cityFilter')} + setCity(e.target.value)} placeholder={t('cityFilter')} /> + + +