Skip to content

Commit 696e05f

Browse files
Ishan VeerIshan Veer
authored andcommitted
removed comments
1 parent c5435eb commit 696e05f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

users/discord/App.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,10 @@ let isLoading = false;
2323
let currentPage = 1;
2424
let showUser = 0;
2525

26-
/* this is the original function for fetching user data from the API, will remove it once
27-
the API pagination issue is resolved. Currently testing pagination using mock data.
28-
*/
29-
3026
if (!isDev) {
3127
usersData[activeTab] = await getUsers(activeTab);
3228
}
3329

34-
// add feature flag(feature should be only visible when query params dev=true)
35-
3630
export const paginateFetchedUsers = async (tabId, page = 1) => {
3731
if (isLoading) {
3832
return;

0 commit comments

Comments
 (0)