@bigbinary/neeto-payments-frontend 1.3.3 → 1.3.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.
- package/dist/index.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17,7 +17,6 @@ var neetoIcons = require('@bigbinary/neeto-icons');
|
|
|
17
17
|
var axios = require('axios');
|
|
18
18
|
var neetocist = require('neetocist');
|
|
19
19
|
var utils$3 = require('@bigbinary/neeto-commons-frontend/utils');
|
|
20
|
-
var pure = require('@bigbinary/neeto-commons-frontend/pure');
|
|
21
20
|
var reactRouterDom = require('react-router-dom');
|
|
22
21
|
var ramda = require('ramda');
|
|
23
22
|
var DateFormat = require('@bigbinary/neeto-molecules/DateFormat');
|
|
@@ -1018,7 +1017,7 @@ var useFiltersAndPagination$2 = function useFiltersAndPagination() {
|
|
|
1018
1017
|
_useState16 = _slicedToArray(_useState15, 2),
|
|
1019
1018
|
dataSize = _useState16[0],
|
|
1020
1019
|
setDataSize = _useState16[1];
|
|
1021
|
-
var selectableColumnData = tab !== TAB$2.all ?
|
|
1020
|
+
var selectableColumnData = tab !== TAB$2.all ? neetocist.removeBy({
|
|
1022
1021
|
key: "status"
|
|
1023
1022
|
}, COLUMNS$2) : COLUMNS$2;
|
|
1024
1023
|
var columnData = selectableColumnData.filter(function (_ref) {
|