We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0214ee9 commit 5866927Copy full SHA for 5866927
src/App.jsx
@@ -41,8 +41,6 @@ function App() {
41
}));
42
setUser(modifiedData);
43
setLoading(false);
44
-
45
- console.log(modifiedData);
46
} catch (error) {
47
console.log(error);
48
setUser([]);
0 commit comments