@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 +1 -1
- package/dist/cjs/GridContent.js +1 -1
- package/dist/esm/GridContent.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.952
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/GridContent.js
CHANGED
|
@@ -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);
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -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);
|