Loading js-apps/frontend/src/js/containers/sandbox/map-info.js +1 −1 Original line number Diff line number Diff line Loading @@ -516,7 +516,7 @@ class MapInfo extends Component { // Parse mec application state on current popup var appInstances = []; for (var i = 0; i < appInstanceTable.length ; i++) { if (appInstanceTable[i].mepName === marker.options.meep.compute.id) { if (appInstanceTable[i].nodeName === marker.options.meep.compute.id) { appInstances.push(appInstanceTable[i]); } } Loading Loading
js-apps/frontend/src/js/containers/sandbox/map-info.js +1 −1 Original line number Diff line number Diff line Loading @@ -516,7 +516,7 @@ class MapInfo extends Component { // Parse mec application state on current popup var appInstances = []; for (var i = 0; i < appInstanceTable.length ; i++) { if (appInstanceTable[i].mepName === marker.options.meep.compute.id) { if (appInstanceTable[i].nodeName === marker.options.meep.compute.id) { appInstances.push(appInstanceTable[i]); } } Loading