Skip to content

Commit 6c81f70

Browse files
authored
Merge pull request #3 from MultiplierFinance1/patch-1
added array for fix config.json loop
2 parents dd5c799 + f873312 commit 6c81f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function App() {
187187

188188
useEffect(() => {
189189
getConfig();
190-
});
190+
}, []);
191191

192192
useEffect(() => {
193193
getData();

0 commit comments

Comments
 (0)