Skip to content

Commit aa912e9

Browse files
committed
minor
1 parent b0c638c commit aa912e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
127127
]).then(([wallet, latestStudyData]) => {
128128
const currentUserGroupIds = osparc.study.Utils.state.getCurrentGroupIds(latestStudyData["state"]);
129129
const isRTCEnabled = osparc.utils.DisabledPlugins.isRTCEnabled();
130-
if (isStudyCreation || wallet === null || currentUserGroupIds.length === 0) {
130+
if (
131+
isStudyCreation ||
132+
wallet === null ||
133+
currentUserGroupIds.length === 0
134+
) {
131135
// pop up StudyOptions if:
132136
// - the study was just created
133137
// - it has no wallet assigned

0 commit comments

Comments
 (0)