@panneau/medias 3.0.251 → 3.0.252

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -1271,7 +1271,7 @@ function MediasBrowser(_ref) {
1271
1271
  loading: true,
1272
1272
  actionsDisabled: true,
1273
1273
  selectionDisabled: true
1274
- }] : []), _toConsumableArray(page === 1 && !hasQueryItem ? uploadedMedias || [] : []), _toConsumableArray(page === 1 && !hasQueryItem ? ((extraItems || []) && !showTrashed).map(function (item) {
1274
+ }] : []), _toConsumableArray(page === 1 && !hasQueryItem ? uploadedMedias || [] : []), _toConsumableArray(page === 1 && !hasQueryItem && !showTrashed ? (extraItems || []).map(function (item) {
1275
1275
  var _item$id = item.id,
1276
1276
  itemId = _item$id === void 0 ? null : _item$id;
1277
1277
  return (allItems || []).find(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.251",
3
+ "version": "3.0.252",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "a507a674b1e2d6d5388412b1c84fc3c0c9b2537c"
77
+ "gitHead": "bad1376b498ee127d28274ba3765f00cf4e86bef"
78
78
  }