We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf8f9c commit d25dabbCopy full SHA for d25dabb
1 file changed
src/App.js
@@ -68,6 +68,7 @@ function App() {
68
.catch(error => {
69
console.error('Error fetching all coins', error);
70
});
71
+ // eslint-disable-next-line react-hooks/exhaustive-deps
72
}, []);
73
74
useEffect(() => {
@@ -93,6 +94,7 @@ function App() {
93
94
95
console.error('Error fetching data', error);
96
97
98
}, [holdings]);
99
100
const handleCoinSelect = (id) => {
0 commit comments