aboutsummaryrefslogtreecommitdiff
path: root/react-frontend
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 00:18:19 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 00:18:19 -0400
commit2004a6c76be21d37367624a4ed7c00825e969143 (patch)
tree7e8e90fd02bb4d3669d7618fb46c4317c4e53613 /react-frontend
parent4cfdb31be3697565e5c4ae95cdc4b60161bd4e84 (diff)
Random merge
Diffstat (limited to 'react-frontend')
-rw-r--r--react-frontend/src/App.js1
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);