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.
1 parent 31a8a1b commit b3c7664Copy full SHA for b3c7664
users/discord/App.js
@@ -48,7 +48,6 @@ export const fetchUsers = async (tabId, page = 1) => {
48
usersData[tabId] = [...usersData[tabId], ...uniqueNewUsers];
49
}
50
currentPage = page;
51
- } else {
52
53
} catch (error) {
54
console.error('Error fetching users', error);
0 commit comments