RIFT-14909 Volume op-data enhancement: Populate VDUR with volume ids and correspondig...
[osm/UI.git] / skyquake / plugins / launchpad / src / recordViewer / recordCard.jsx
index 41f7007..a577706 100644 (file)
@@ -132,9 +132,9 @@ export default class RecordCard extends React.Component {
               </li>
             )
             notice = <li className='notice'>* If a separate browser window does not open, please check if the popup was blocked and allow it.</li>
-            if(vdur.hasOwnProperty('volumer') && (vdur.volumer.length > 0)) {
+            if(vdur.hasOwnProperty('volumes') && (vdur.volumes.length > 0)) {
               displayVolumesTab = true;
-              vdur.volumer.map((volume, vi) => {
+              vdur.volumes.map((volume, vi) => {
                 let html = Prism.highlight(JSON.stringify(volume), Prism.languages.javascript, 'javascript');
                 volumesHTML.push(
                     <pre className="language-js" key={index + '-' + vi}>