@mjhls/mjh-framework 1.0.586 → 1.0.587
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/cjs/MasterDeck.js +2 -0
- package/dist/esm/MasterDeck.js +2 -0
- package/package.json +1 -1
package/dist/cjs/MasterDeck.js
CHANGED
|
@@ -377,6 +377,8 @@ var MasterDeck = function (_React$Component) {
|
|
|
377
377
|
itemsPerPage = _this$state2.itemsPerPage,
|
|
378
378
|
lastDataSize = _this$state2.lastDataSize;
|
|
379
379
|
|
|
380
|
+
console.log('lastDataSize:', lastDataSize);
|
|
381
|
+
console.log('itemsPerPage:', itemsPerPage);
|
|
380
382
|
if (lastDataSize < itemsPerPage) {
|
|
381
383
|
return null;
|
|
382
384
|
}
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -370,6 +370,8 @@ var MasterDeck = function (_React$Component) {
|
|
|
370
370
|
itemsPerPage = _this$state2.itemsPerPage,
|
|
371
371
|
lastDataSize = _this$state2.lastDataSize;
|
|
372
372
|
|
|
373
|
+
console.log('lastDataSize:', lastDataSize);
|
|
374
|
+
console.log('itemsPerPage:', itemsPerPage);
|
|
373
375
|
if (lastDataSize < itemsPerPage) {
|
|
374
376
|
return null;
|
|
375
377
|
}
|