From 7fc932350eb6916b6f3ac0740bc71d580d68f41e Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 10 Sep 2019 10:58:57 +0200 Subject: [PATCH] change realEstateType id property to olxid --- app/helpers/enums.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/helpers/enums.js b/app/helpers/enums.js index 91c243d..93f1f6f 100644 --- a/app/helpers/enums.js +++ b/app/helpers/enums.js @@ -1,7 +1,7 @@ const realEstateTypes = [ - { title: "Kuća", id: "kuca", hasGardenSize: true, olxCategory: 24 }, - { title: "Stan", id: "stan", hasGardenSize: false, olxCategory: 23 }, - { title: "Vikendica", id: "vikendica", hasGardenSize: true, olxCategory: 26 } + { title: "Kuća", id: "kuca", hasGardenSize: true, olxid: 24 }, + { title: "Stan", id: "stan", hasGardenSize: false, olxid: 23 }, + { title: "Vikendica", id: "vikendica", hasGardenSize: true, olxid: 26 } ]; const sizes = [