@mjhls/mjh-framework 1.0.828-beta.0 → 1.0.828-beta.1

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.
@@ -254,7 +254,7 @@ var DeckContent = function (_React$Component) {
254
254
  if (showBI) {
255
255
  var data = _this.state.data;
256
256
  articles = data;
257
- var pos = 3;
257
+ var pos = 0;
258
258
  for (var i = 1; pos < articles.length; i++) {
259
259
  var inFeedAd = {
260
260
  adUnit: brandInsight.adUnit,
@@ -248,7 +248,7 @@ var DeckContent = function (_React$Component) {
248
248
  if (showBI) {
249
249
  var data = _this.state.data;
250
250
  articles = data;
251
- var pos = 3;
251
+ var pos = 0;
252
252
  for (var i = 1; pos < articles.length; i++) {
253
253
  var inFeedAd = {
254
254
  adUnit: brandInsight.adUnit,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.828-beta.0",
3
+ "version": "1.0.828-beta.1",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",