@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.
package/dist/cjs/DeckContent.js
CHANGED
|
@@ -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 =
|
|
257
|
+
var pos = 0;
|
|
258
258
|
for (var i = 1; pos < articles.length; i++) {
|
|
259
259
|
var inFeedAd = {
|
|
260
260
|
adUnit: brandInsight.adUnit,
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -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 =
|
|
251
|
+
var pos = 0;
|
|
252
252
|
for (var i = 1; pos < articles.length; i++) {
|
|
253
253
|
var inFeedAd = {
|
|
254
254
|
adUnit: brandInsight.adUnit,
|