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 d18049a commit 5e7936aCopy full SHA for 5e7936a
services/static-webserver/client/source/class/osparc/vipMarket/VipMarket.js
@@ -187,9 +187,6 @@ qx.Class.define("osparc.vipMarket.VipMarket", {
187
anatomicalModel["date"] = null;
188
if (anatomicalModel["licensedResourceData"] && anatomicalModel["licensedResourceData"]["source"]) {
189
const anatomicalModelSource = anatomicalModel["licensedResourceData"]["source"];
190
- if (anatomicalModelSource["id"]) {
191
- anatomicalModel["modelId"] = anatomicalModelSource["id"];
192
- }
193
if (anatomicalModelSource["thumbnail"]) {
194
anatomicalModel["thumbnail"] = anatomicalModelSource["thumbnail"];
195
}
0 commit comments