Skip to content

Commit 8d9ccd2

Browse files
committed
minor
1 parent 2704891 commit 8d9ccd2

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
874874
__showWhoIsIn: function(whoIsIn) {
875875
let users = [];
876876
if (whoIsIn) {
877-
// remove this, testing purposes
877+
// replace this once the backend returns a list of group__ids
878878
const allUsers = [
879879
{ name: "Alice", avatar: "https://i.pravatar.cc/150?img=1" },
880880
{ name: "Bob", avatar: "https://i.pravatar.cc/150?img=2" },

0 commit comments

Comments
 (0)