@doe-casl/verain-view
Advanced tools
Comparing version 1.3.48 to 1.3.49
{ | ||
"name": "@doe-casl/verain-view", | ||
"version": "1.3.48", | ||
"version": "1.3.49", | ||
"description": "VeraInView is a standalone HTML file that can act as an application to visualize your VERAin XML files.", | ||
@@ -5,0 +5,0 @@ "author": "Kitware, Inc.", |
@@ -96,3 +96,5 @@ import React from 'react'; | ||
const length = cell.mats.length; | ||
const pitch = this.props.viewData.cell.pitch.value[0]; | ||
const pitch = this.props.viewData.cell | ||
? this.props.viewData.cell.pitch.value[0] | ||
: 1000; | ||
@@ -99,0 +101,0 @@ // first material ID is empty/null "-" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6303295
20559