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 8ebf8e0 commit 2f09079Copy full SHA for 2f09079
users/discord/App.js
@@ -27,7 +27,9 @@ let showUser = 0;
27
the API pagination issue is resolved. Currently testing pagination using mock data.
28
*/
29
30
-// usersData[activeTab] = await getUsers(activeTab);
+if (!isDev) {
31
+ usersData[activeTab] = await getUsers(activeTab);
32
+}
33
34
// add feature flag(feature should be only visible when query params dev=true)
35
0 commit comments