Testing:Tested for the bakend data with console.log
This commit is contained in:
@@ -15,7 +15,6 @@ const FarmList = () => {
|
||||
.then(setLoading(false))
|
||||
.catch((error) => console.error(error));
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="relative overflow-x-auto shadow-md sm:rounded-lg">
|
||||
{loading ? (
|
||||
|
||||
Reference in New Issue
Block a user