react-crud-mobile 1.0.725 → 1.0.726

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1545,14 +1545,6 @@ function UIElement(props) {
1545
1545
  var Value = function Value() {
1546
1546
  var val = scope.getDisplayValue();
1547
1547
  if (val) {
1548
- if (/*#__PURE__*/React__default.isValidElement(val)) {
1549
- return /*#__PURE__*/jsxRuntime.jsx(UIChildren, _extends({}, props, {
1550
- scope: scope,
1551
- crud: crud,
1552
- style: getStyle('inner'),
1553
- children: val
1554
- }));
1555
- }
1556
1548
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
1557
1549
  style: getStyle('value'),
1558
1550
  children: val