dtable-ui-component 0.3.10-beta.1 → 0.3.11
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.
|
@@ -119,6 +119,7 @@ var EditorFormatter = /*#__PURE__*/function (_React$Component) {
|
|
|
119
119
|
|
|
120
120
|
case CellType.GEOLOCATION:
|
|
121
121
|
{
|
|
122
|
+
if (typeof cellValue !== 'object') return null;
|
|
122
123
|
return /*#__PURE__*/React.createElement("div", {
|
|
123
124
|
className: "geolocation-formatter-container"
|
|
124
125
|
}, /*#__PURE__*/React.createElement(GeolocationFormatter, {
|