Skip to content

Commit

Permalink
fix(theme): fix add to wishlist button on catgory listing view for a …
Browse files Browse the repository at this point in the history
…mobile devices (#554)

Co-authored-by: Bartosz Herba <[email protected]>
  • Loading branch information
2 people authored and Frodigo committed May 4, 2022
1 parent be04e3d commit c1f2452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/theme/pages/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ import { useAddToCart } from '~/helpers/cart/addToCart';
import CategorySidebarMenu from '~/components/Category/CategorySidebarMenu';
import SvgImage from '~/components/General/SvgImage.vue';
// TODO(addToCart qty, horizontal): https://github.com/vuestorefront/storefront-ui/issues/1606
export default defineComponent({
name: 'CategoryPage',
Expand Down

0 comments on commit c1f2452

Please sign in to comment.