We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:fix
1 parent 1b28108 commit 5a177e3Copy full SHA for 5a177e3
src/component/landing/Landing.tsx
@@ -30,7 +30,7 @@ class UserService {
30
const total = data.length;
31
console.log('Fetched user list:', data);
32
console.log('Total users:', total);
33
- return {data, total};
+ return { data, total };
34
35
// return {
36
// data: [
0 commit comments