diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:26:00 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:26:00 -0400 |
commit | 11f0f5457580089eee72b2da9743f9d517341f56 (patch) | |
tree | 554460eddff60d4649df7ed10e62aff93729aecd /frontend/src | |
parent | f39aaafaa037bf0e9496a39730bef84c61002232 (diff) |
Updated so the trade will only be added if the price isn't 0.
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/SECAPIData.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |