@mjhls/mjh-framework 1.0.957 → 1.0.958
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 +5 -1
- package/dist/esm/GridContent.js +5 -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.958
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/GridContent.js
CHANGED
|
@@ -386,7 +386,11 @@ var GridContent = function (_React$Component) {
|
|
|
386
386
|
var insert = function insert(arr, index, newElement) {
|
|
387
387
|
return [].concat(toConsumableArray._toConsumableArray(arr.slice(0, index)), [newElement], toConsumableArray._toConsumableArray(arr.slice(index)));
|
|
388
388
|
};
|
|
389
|
-
|
|
389
|
+
//Simi this is causing issues with the card URLS
|
|
390
|
+
//let posts = this.state.data.slice(3)
|
|
391
|
+
|
|
392
|
+
var posts = [];
|
|
393
|
+
|
|
390
394
|
if (brandInsight && (lgInfeedAd || showBI)) {
|
|
391
395
|
var firstThree = this.state.data.slice(0, 3);
|
|
392
396
|
var data = this.state.data.slice(3);
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -376,7 +376,11 @@ var GridContent = function (_React$Component) {
|
|
|
376
376
|
var insert = function insert(arr, index, newElement) {
|
|
377
377
|
return [].concat(_toConsumableArray(arr.slice(0, index)), [newElement], _toConsumableArray(arr.slice(index)));
|
|
378
378
|
};
|
|
379
|
-
|
|
379
|
+
//Simi this is causing issues with the card URLS
|
|
380
|
+
//let posts = this.state.data.slice(3)
|
|
381
|
+
|
|
382
|
+
var posts = [];
|
|
383
|
+
|
|
380
384
|
if (brandInsight && (lgInfeedAd || showBI)) {
|
|
381
385
|
var firstThree = this.state.data.slice(0, 3);
|
|
382
386
|
var data = this.state.data.slice(3);
|