Fixed google maps bug, changed size, gardenSize, and price colum names, fixed bug with query review not showing default values
This commit is contained in:
@@ -19,7 +19,7 @@ const postQuerySubmit = async (req, res) => {
|
||||
const emailConfirmInput = req.body.confirm;
|
||||
let error = "Greška ! Unesite validan email";
|
||||
|
||||
if (!isValidEmail(emailInput) || !isValidEmail(emailInput)) {
|
||||
if (!isValidEmail(emailInput) || !isValidEmail(emailConfirmInput)) {
|
||||
|
||||
error = "Greška ! Unesite validan email";
|
||||
res.render('querySubmit', {
|
||||
|
||||
Reference in New Issue
Block a user