Commit 18c8adb2 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

map compute pop-up fix

parent 3c5407cc
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -506,9 +506,8 @@ class MapInfo extends Component {

  // UE Marker Event Handler
  updateComputePopup(marker) {
    if (marker) {
      // Retrieve state 
    var table = this.getTable();
    if (marker && table && table.entries) {
      const networkName = getElemFieldVal(table.entries[marker.options.meep.compute.id], FIELD_DATA_NETWORK_NAME);
      const edgeProvider = getElemFieldVal(table.entries[marker.options.meep.compute.id], FIELD_EDGE_COMPUTE_PROVIDER);
      const ladn = getElemFieldVal(table.entries[marker.options.meep.compute.id], FIELD_DN_LADN);