From 11f0f5457580089eee72b2da9743f9d517341f56 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 9 Apr 2021 20:26:00 -0400 Subject: Updated so the trade will only be added if the price isn't 0. --- frontend/src/SECAPIData.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src') diff --git a/frontend/src/SECAPIData.js b/frontend/src/SECAPIData.js index 7aa7d8c..3e670d3 100644 --- a/frontend/src/SECAPIData.js +++ b/frontend/src/SECAPIData.js @@ -41,6 +41,7 @@ function SECAPIData() { } }) setDataToBackend(list); + console.log(list); }) .catch(function (error) { console.log(error); -- cgit v1.2.3-70-g09d2