ソースを参照

Fixed bug 1481

bugfix/1481
jovan.cirkovic 3年前
コミット
b701382f2d
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js

+ 3
- 1
src/components/Cards/CreateOfferCard/ThirdPart/ThirdPartCreateOffer.js ファイルの表示

@@ -17,7 +17,9 @@ const ThirdPartCreateOffer = (props) => {
subcategory: props.informations.subcategory,
condition: props.informations.condition,
_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,
description: props.informations.description,
},

読み込み中…
キャンセル
保存