diff --git a/src/core/components/operation-extension-row.jsx b/src/core/components/operation-extension-row.jsx index 7c3a90dc..4d857823 100644 --- a/src/core/components/operation-extension-row.jsx +++ b/src/core/components/operation-extension-row.jsx @@ -2,9 +2,11 @@ import React from "react" import PropTypes from "prop-types" export const OperationExtRow = ({ xKey, xVal }) => { + const xNormalizedValue = !xVal ? null : xVal.toJS ? xVal.toJS() : xVal + return (