Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
add a perfJanky flag (#172)
Browse files Browse the repository at this point in the history
🐿 v2.7.0
  • Loading branch information
bjfletcher authored Feb 27, 2018
1 parent 66dd821 commit 9138d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presenters/teaser-presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const TeaserPresenter = class TeaserPresenter {
return {
publishedDate: this.data.publishedDate,
status: this.timeStatus(),
skipPerfAbTesting: !this.data.flags || !this.data.flags.perfDate2,
skipPerfAbTesting: !this.data.flags || !(this.data.flags.perfDate2 || this.data.flags.perfJanky),
isNewerThanFourHours: this.isNewerThanFourHours(),
classModifier: this.timeStatus()
};
Expand Down

0 comments on commit 9138d86

Please sign in to comment.