From 18b2bfdfc459d1ce47d82f0815c4321ea7060933 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Wed, 4 Feb 2026 10:29:28 +0500 Subject: [PATCH] car category request fixed --- app/[lang]/[carType]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[lang]/[carType]/page.tsx b/app/[lang]/[carType]/page.tsx index e711652..07ab9f7 100644 --- a/app/[lang]/[carType]/page.tsx +++ b/app/[lang]/[carType]/page.tsx @@ -22,7 +22,7 @@ export default function CartType() { console.log("request URL: ", `${baseUrl}${initialCar.id}`); useEffect(() => { - // Agar ID bo'lmasa, fetchni ishga tushirma + // Agar ID bo'lmasa, fetchni ishga tushirma for gitea if (!initialCar.id) { setLoading(false); return;