@mjhls/mjh-framework 1.0.951 → 1.0.952

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.951
1
+ # mjh-framework v. 1.0.952
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
4
4
 
@@ -385,7 +385,7 @@ var GridContent = function (_React$Component) {
385
385
  var insert = function insert(arr, index, newElement) {
386
386
  return [].concat(toConsumableArray._toConsumableArray(arr.slice(0, index)), [newElement], toConsumableArray._toConsumableArray(arr.slice(index)));
387
387
  };
388
- var posts = [];
388
+ var posts = this.state.data.slice(3);
389
389
  if (brandInsight && (lgInfeedAd || showBI)) {
390
390
  var firstThree = this.state.data.slice(0, 3);
391
391
  var data = this.state.data.slice(3);
@@ -375,7 +375,7 @@ var GridContent = function (_React$Component) {
375
375
  var insert = function insert(arr, index, newElement) {
376
376
  return [].concat(_toConsumableArray(arr.slice(0, index)), [newElement], _toConsumableArray(arr.slice(index)));
377
377
  };
378
- var posts = [];
378
+ var posts = this.state.data.slice(3);
379
379
  if (brandInsight && (lgInfeedAd || showBI)) {
380
380
  var firstThree = this.state.data.slice(0, 3);
381
381
  var data = this.state.data.slice(3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.951",
3
+ "version": "1.0.952",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",