diff --git a/src/components/historical-data.tsx b/src/components/historical-data.tsx index 22a06ca..e2f4d2c 100644 --- a/src/components/historical-data.tsx +++ b/src/components/historical-data.tsx @@ -386,6 +386,7 @@ const App = ({ .slice(dataPage * pageSize, (dataPage + 1) * pageSize) ); }, [ + data, dataPage, currency, logoMap,