@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 CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.957
1
+ # mjh-framework v. 1.0.958
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
 
@@ -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
- var posts = this.state.data.slice(3);
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);
@@ -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
- var posts = this.state.data.slice(3);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.957",
3
+ "version": "1.0.958",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",