diff --git a/src/presenters/teaser-presenter.js b/src/presenters/teaser-presenter.js index d985f0e..e1ae000 100644 --- a/src/presenters/teaser-presenter.js +++ b/src/presenters/teaser-presenter.js @@ -428,12 +428,6 @@ const TeaserPresenter = class TeaserPresenter { return formattedDuration ? durationData : null; } - get visited () { - if (this.data.flags && this.data.flags.visitedStoriesOnTeaser) { - return true; - } - } - }; module.exports = TeaserPresenter; diff --git a/templates/partials/title.html b/templates/partials/title.html index ae31a66..9ad8e10 100644 --- a/templates/partials/title.html +++ b/templates/partials/title.html @@ -1,4 +1,4 @@ -