Update src/components/recentlyViewed/RecentlyViewed.jsx
This commit is contained in:
@@ -89,7 +89,7 @@ import {
|
||||
useAddToWishlistMutation,
|
||||
useRemoveFromWishlistMutation,
|
||||
useGetWishlistQuery,
|
||||
} from "../../features/wishlist/wishlistAPi";
|
||||
} from "../../features/wishlist/wishlistApi";
|
||||
|
||||
const RecentlyViewedCard = ({ product, wishlistIds, handleWishlist }) => {
|
||||
const discount =
|
||||
|
||||
Reference in New Issue
Block a user