diff --git a/client/src/components/Search/AllParcels.jsx b/client/src/components/Search/AllParcels.jsx index 50792be..d53ad8a 100644 --- a/client/src/components/Search/AllParcels.jsx +++ b/client/src/components/Search/AllParcels.jsx @@ -78,7 +78,7 @@ function AllParcels(props) { Top 10 Speculators
- {topSpeculators.slice(0, 10).map((record, index) => { + {topSpeculators.slice(0, 10).map((record) => { return (