Skip to content

Commit

Permalink
Merge pull request #110 from SilverCareOrg/stefan
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
avramstefan authored Apr 3, 2024
2 parents 0ad2e6b + db40ab6 commit a99e943
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/ProductDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -829,9 +829,11 @@ const ProductDetails = () => {
return (
<div className="mt-[2rem]">
{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 == ""))
&& (
<div className="max-lg:w-[20.44rem] lg:w-[44.13rem] flex flex-col items-start justify-center gap-[1.5rem]">
<div className="relative box-border w-full border-t-[1px] border-solid border-text-fields-grey-hf" />

Expand Down

0 comments on commit a99e943

Please sign in to comment.