Skip to content

Commit 67e8b27

Browse files
committed
minor
1 parent 097dc64 commit 67e8b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
165165
});
166166
} else if (currentUserGroupIds.length && isRTCEnabled) {
167167
// if the project is being used, I just want to join
168-
// check if I have access to the associated wallet
168+
// current limitation: I need to have access to the wallet
169169
const found = osparc.store.Store.getInstance().getWallets().find(w => w.getWalletId() === wallet["walletId"]);
170170
if (found) {
171171
// switch to that wallet

0 commit comments

Comments
 (0)