Skip to content

Commit a9389c7

Browse files
committed
preRegistrationCreated
1 parent 84187b1 commit a9389c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ qx.Class.define("osparc.po.UsersPending", {
253253
row,
254254
column: 1,
255255
});
256-
pendingUsersLayout.add(new qx.ui.basic.Label(pendingUser.date ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.date)) : "-"), {
256+
pendingUsersLayout.add(new qx.ui.basic.Label(pendingUser.preRegistrationCreated ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.preRegistrationCreated)) : "-"), {
257257
row,
258258
column: 2,
259259
});

0 commit comments

Comments
 (0)