ywana-core8 0.0.958 → 0.0.959

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.
@@ -2332,8 +2332,10 @@ var ImageCellViewer = function ImageCellViewer(_ref7) {
2332
2332
  }
2333
2333
  return /*#__PURE__*/React.createElement("div", {
2334
2334
  className: "image-cell"
2335
- }, /*#__PURE__*/React.createElement("img", {
2335
+ }, value ? /*#__PURE__*/React.createElement("img", {
2336
2336
  src: value
2337
+ }) : /*#__PURE__*/React.createElement(Icon, {
2338
+ icon: "person"
2337
2339
  }), uploadURL ? /*#__PURE__*/React.createElement(Uploader, {
2338
2340
  icon: "cloud_upload",
2339
2341
  target: uploadURL,