Skip to content

Commit

Permalink
(fix): fix linting error
Browse files Browse the repository at this point in the history
Signed-off-by: jrw421 <jessica.wolvington@gmail.com>
  • Loading branch information
jrw421 committed Feb 2, 2021
1 parent 2cffb6a commit 32baa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CatalogGridItem/CatalogGridItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class CatalogGridItem extends Component {
return (
<div className={className}>
<Link
href={slug && `/product/[...slugOrId]`}
href={slug && "/product/[...slugOrId]"}
as={slug && `/product/${slug}`}
>
<BadgeOverlay {...badgeProps}>
Expand Down

0 comments on commit 32baa32

Please sign in to comment.