diff --git a/src/Homepage.jsx b/src/Homepage.jsx index 7c3651a8..82ec326e 100644 --- a/src/Homepage.jsx +++ b/src/Homepage.jsx @@ -170,7 +170,7 @@ function App() { ); } const paginatedData = getPaginatedData(); - return paginatedData.map((currentRecord, index) => ); + return paginatedData.map((currentRecord) => ); }; return currentUrl === '/' ? (