From 19e6f78e00f95cab4eff34a3fcc6c71961cc3708 Mon Sep 17 00:00:00 2001 From: jsapro <77.3.77@mail.ru> Date: Tue, 9 Jan 2024 12:34:04 +0300 Subject: [PATCH] fix: change category name in accordance with the backend --- src/components/top-selling-this-week/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/top-selling-this-week/index.tsx b/src/components/top-selling-this-week/index.tsx index 55503beb..c0479597 100644 --- a/src/components/top-selling-this-week/index.tsx +++ b/src/components/top-selling-this-week/index.tsx @@ -62,7 +62,7 @@ const TopSellingThisWeek: React.FC = () => { findTopThreeProducts(); } if (buttonId === 2) { - const slugs = ['fruits', 'vegetables']; + const slugs = ['fruits', 'vegetables-and-herbs']; findTopThreeProducts(slugs); } if (buttonId === 3) {