acud 1.2.4 → 1.2.5

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,9 +115,7 @@ var TargetList = function TargetList(props) {
115
115
  }, function (data) {
116
116
  return getTargetItem(data);
117
117
  }), !virtual && filterSource.map(function (data) {
118
- return getTargetItem({
119
- item: data
120
- });
118
+ return getTargetItem(data);
121
119
  }));
122
120
  };
123
121
  export default TargetList;
@@ -126,9 +126,7 @@ var TargetList = function TargetList(props) {
126
126
  }, function (data) {
127
127
  return getTargetItem(data);
128
128
  }), !virtual && filterSource.map(function (data) {
129
- return getTargetItem({
130
- item: data
131
- });
129
+ return getTargetItem(data);
132
130
  }));
133
131
  };
134
132
  var _default = TargetList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acud",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "acg react 组件库",
5
5
  "license": "ISC",
6
6
  "author": "acg",