Skip to content

Commit

Permalink
added array for fix config.json loop
Browse files Browse the repository at this point in the history
fixed the infinite loop for fetching the config.json file. i added an empty array on line 190
  • Loading branch information
MultiplierFinance1 authored Oct 3, 2021
1 parent dd5c799 commit f873312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function App() {

useEffect(() => {
getConfig();
});
}, []);

useEffect(() => {
getData();
Expand Down

0 comments on commit f873312

Please sign in to comment.