Skip to content

Commit 41fcd8e

Browse files
committed
list both
1 parent e094738 commit 41fcd8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/po/UsersPending.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ qx.Class.define("osparc.po.UsersPending", {
225225
osparc.data.Resources.fetch("poUsers", "getReviewedUsers")
226226
])
227227
.then(resps => {
228-
const pendingUsers = resps[0]["data"];
229-
const reviewedUsers = resps[1]["data"];
228+
const pendingUsers = resps[0];
229+
const reviewedUsers = resps[1];
230230
const pendingUsersLayout = this.getChildControl("pending-users-layout");
231231
pendingUsersLayout.removeAll();
232232
this.__addHeader();

0 commit comments

Comments
 (0)