@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.
@@ -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
  }
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.586",
3
+ "version": "1.0.587",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",