@titaui/pc 1.12.22-beta.3 → 1.12.22-beta.4

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.
@@ -199,7 +199,7 @@ var DynamicReply = function DynamicReply(_ref) {
199
199
  suffixContent: renderSuffix,
200
200
  showDelete: true,
201
201
  showCollect: showCollect,
202
- canEvaluate: canEvaluate && evaluates.length === 0
202
+ canEvaluate: canEvaluate && !evaluates
203
203
  })), /*#__PURE__*/_react["default"].createElement("div", {
204
204
  className: "".concat(prefix, "__content")
205
205
  }, /*#__PURE__*/_react["default"].createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.22-beta.3",
3
+ "version": "1.12.22-beta.4",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",