@capillarytech/creatives-library 6.8.1 → 6.8.3

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "6.8.1",
4
+ "version": "6.8.3",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -18,13 +18,11 @@ const initialState = {
18
18
  assetUploading: false,
19
19
  fetchingAllAssets: false,
20
20
  };
21
- const makeSelectGallery = () => {
22
- return createSelector(
21
+ const makeSelectGallery = () => createSelector(
23
22
  selectGalleryDomain(),
24
- (substate) => {
25
- return substate ? substate.toJS() : initialState;}
23
+ (substate) => substate ? substate.toJS() : initialState
26
24
  );
27
- }
25
+
28
26
 
29
27
  export default makeSelectGallery;
30
28
  export {