@titaui/pc 1.12.34 → 1.12.35
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.
|
@@ -192,7 +192,7 @@ var DynamicReply = function DynamicReply(_ref) {
|
|
|
192
192
|
alt: ""
|
|
193
193
|
}))), dailyContent.map(function (item) {
|
|
194
194
|
if (item.contentType === _constant.dailyContentType.richText) {
|
|
195
|
-
return
|
|
195
|
+
return item.content !== '' && typeof item.richContent === "string" && /*#__PURE__*/_react["default"].createElement("div", {
|
|
196
196
|
className: "".concat(prefix, "__work")
|
|
197
197
|
}, item.title === "工作总结" ? (0, _getLocale.getLocale)('Tasks_Tab_MyS_JobSummary') : (0, _getLocale.getLocale)('Rep_Tab_Mys_NextWorkPlans'), /*#__PURE__*/_react["default"].createElement(_richEditor["default"], null, /*#__PURE__*/_react["default"].createElement(_richEditor.EditorComponent, {
|
|
198
198
|
editable: false,
|