From a67e23fa6ad439d0d80e8303c090c955a3307af2 Mon Sep 17 00:00:00 2001 From: Atharva Date: Sun, 23 Feb 2025 03:50:54 +0530 Subject: [PATCH] Testing:Tested for the bakend data with console.log --- Frontend/src/components/FarmList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/Frontend/src/components/FarmList.jsx b/Frontend/src/components/FarmList.jsx index 709f080..60821fe 100644 --- a/Frontend/src/components/FarmList.jsx +++ b/Frontend/src/components/FarmList.jsx @@ -15,7 +15,6 @@ const FarmList = () => { .then(setLoading(false)) .catch((error) => console.error(error)); }, []); - return (
{loading ? (