From db40ab6e693274edda0a32d49457e94a410a28ce Mon Sep 17 00:00:00 2001 From: avramstefan <94166855+avramstefan@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:34:54 +0300 Subject: [PATCH] Typo --- src/components/ProductDetails.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ProductDetails.jsx b/src/components/ProductDetails.jsx index ffb19a3..a1452e3 100644 --- a/src/components/ProductDetails.jsx +++ b/src/components/ProductDetails.jsx @@ -829,9 +829,11 @@ const ProductDetails = () => { return (
{common_location && - map_location != "" && - (main_option === null || - (main_option != null && main_option?.map_location === null && main_option?.map_location == "")) && ( + map_location != "" + // && + // (main_option === null || + // (main_option != null && main_option?.map_location === null && main_option?.map_location == "")) + && (