jovan.cirkovic 3 лет назад
Родитель
Сommit
b701382f2d
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js

+ 3
- 1
src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js Просмотреть файл

subcategory: props.informations.subcategory, subcategory: props.informations.subcategory,
condition: props.informations.condition, condition: props.informations.condition,
_created: new Date().toString(), _created: new Date().toString(),
images: props.informations.images.filter((item) => item !== undefined),
images: props.informations.images.filter(
(item) => item !== undefined && item !== null
),
name: props.informations.nameOfProduct, name: props.informations.nameOfProduct,
description: props.informations.description, description: props.informations.description,
}, },

Загрузка…
Отмена
Сохранить