Skip to content

Commit

Permalink
Merge branch 'main' into 313-filterpricemodal
Browse files Browse the repository at this point in the history
  • Loading branch information
grabinskij authored Dec 6, 2024
2 parents 482d866 + 6adcf2c commit e5206b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductHighlight/ProductHighlight.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ProductHighlight = ({highlights}) => {
default: return <PinIcon/>;
}
}

return (
<ul className={styles.highlights}>
{highlights.map((feature, i) => {
Expand Down

0 comments on commit e5206b7

Please sign in to comment.