Fixed a couple of things like (locate me, location edit)
This commit is contained in:
@@ -26,7 +26,7 @@ const getQueryReviewData = searchRequest => {
|
||||
? realEstateTypeObject.title
|
||||
: "-";
|
||||
|
||||
const locationTitle = "Location description - PLACEHOLDER";
|
||||
const locationTitle = "Promjenite lokaciju";
|
||||
const sizeTitle = `${sizeMin} - ${sizeMax} m2`;
|
||||
const gardenSizeTitle = enableGardenSizeEdit
|
||||
? `${gardenSizeMin} - ${gardenSizeMax} m2`
|
||||
@@ -39,11 +39,11 @@ const getQueryReviewData = searchRequest => {
|
||||
title: realEstateTypeTitle,
|
||||
url: `/vrstanekretnine/${id}?nextStep=filteri`
|
||||
},
|
||||
// {
|
||||
// id: "location",
|
||||
// title: locationTitle,
|
||||
// url: `/lokacija/${id}?nextStep=pregled`
|
||||
// },
|
||||
{
|
||||
id: "location",
|
||||
title: locationTitle,
|
||||
url: `/lokacija/${id}?nextStep=pregled`
|
||||
},
|
||||
{
|
||||
id: "size",
|
||||
title: sizeTitle,
|
||||
@@ -59,7 +59,7 @@ const getQueryReviewData = searchRequest => {
|
||||
title: priceTitle,
|
||||
url: `/filteri/${id}?nextStep=pregled`
|
||||
}
|
||||
];
|
||||
].filter((data) => data.title != "-");
|
||||
};
|
||||
|
||||
const getQueryReview = async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user