Commit 8a4d3623 authored by Mark Harding's avatar Mark Harding

(chore): not necessary to trigger initial view from rotator anymore

parent 181b3be2
No related merge requests found
Pipeline #85426600 running with stages
......@@ -114,9 +114,9 @@ export class NewsfeedBoostRotatorComponent {
if (this.currentPosition >= this.boosts.length) {
this.currentPosition = 0;
}
if (this.currentPosition === 0) {
this.recordImpression(this.currentPosition, true);
}
// if (this.currentPosition === 0) {
// this.recordImpression(this.currentPosition, true);
// }
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment