@titaui/pc 1.12.95-beta.5 → 1.12.95-beta.6

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.
@@ -115,7 +115,7 @@ var RichEditorAt = function RichEditorAt(_ref) {
115
115
  };
116
116
 
117
117
  (0, _react.useEffect)(function () {
118
- if (users && users.users && users.users[0].user) {
118
+ if (users && users.users && 'user' in users.users[0]) {
119
119
  var _users$users2;
120
120
 
121
121
  setSelectUsers((_users$users2 = users.users) === null || _users$users2 === void 0 ? void 0 : _users$users2.map(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.12.95-beta.5",
3
+ "version": "1.12.95-beta.6",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",