Skip to content

Commit 2f09079

Browse files
Ishan VeerIshan Veer
authored andcommitted
fixed dev flag
1 parent 8ebf8e0 commit 2f09079

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

users/discord/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ let showUser = 0;
2727
the API pagination issue is resolved. Currently testing pagination using mock data.
2828
*/
2929

30-
// usersData[activeTab] = await getUsers(activeTab);
30+
if (!isDev) {
31+
usersData[activeTab] = await getUsers(activeTab);
32+
}
3133

3234
// add feature flag(feature should be only visible when query params dev=true)
3335

0 commit comments

Comments
 (0)