Skip to content

Commit

Permalink
Merge pull request #65 from SilverCareOrg/stefan
Browse files Browse the repository at this point in the history
Filter done.
  • Loading branch information
avramstefan authored Nov 14, 2023
2 parents 4959faf + 357d956 commit 706b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ const ProductDetails = () => {
{description}
</div>

<ExtraDetailsMobileBlock sections={sections.sections} />
<ExtraDetailsMobileBlock sections={sections} />

<div className="relative box-border w-full border-t-[1px] border-solid border-text-fields-grey-hf" />
</div>
Expand Down

0 comments on commit 706b7da

Please sign in to comment.