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 84187b1 commit a9389c7Copy full SHA for a9389c7
services/static-webserver/client/source/class/osparc/po/UsersPending.js
@@ -253,7 +253,7 @@ qx.Class.define("osparc.po.UsersPending", {
253
row,
254
column: 1,
255
});
256
- pendingUsersLayout.add(new qx.ui.basic.Label(pendingUser.date ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.date)) : "-"), {
+ pendingUsersLayout.add(new qx.ui.basic.Label(pendingUser.preRegistrationCreated ? osparc.utils.Utils.formatDateAndTime(new Date(pendingUser.preRegistrationCreated)) : "-"), {
257
258
column: 2,
259
0 commit comments