diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 00:18:19 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 00:18:19 -0400 |
commit | 2004a6c76be21d37367624a4ed7c00825e969143 (patch) | |
tree | 7e8e90fd02bb4d3669d7618fb46c4317c4e53613 /react-frontend/src/App.js | |
parent | 4cfdb31be3697565e5c4ae95cdc4b60161bd4e84 (diff) |
Random merge
Diffstat (limited to 'react-frontend/src/App.js')
-rw-r--r-- | react-frontend/src/App.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/react-frontend/src/App.js b/react-frontend/src/App.js index 0a6e6c1..e242115 100644 --- a/react-frontend/src/App.js +++ b/react-frontend/src/App.js @@ -49,6 +49,7 @@ function App() { .then(res => res.json()) .then(data => { //TODO: optimize this + console.log(data.holders.length); const sliced = data.holders.slice(0, 500); console.log(sliced); setData(sliced); |