Skip to content

Commit

Permalink
improve performance of history data page
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jul 27, 2024
1 parent 0765379 commit 38dd75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/historical-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ const App = ({
.slice(dataPage * pageSize, (dataPage + 1) * pageSize)
);
}, [
data,
dataPage,
currency,
logoMap,
Expand Down

0 comments on commit 38dd75c

Please sign in to comment.