diff --git a/lagebild/lagebild.js b/lagebild/lagebild.js index 7fd9fcb..4bb0d7b 100644 --- a/lagebild/lagebild.js +++ b/lagebild/lagebild.js @@ -354,7 +354,7 @@ var Lagebild = { h += '' + this.fmtTimeOnly(snap.created_at) + ''; h += ''; h += '' + snap.article_count + ' Artikel'; - h += '' + (snap.fact_check_count || 0) + ' Faktenchecks'; + h += '' + this.getFactChecksAtTime(snap.created_at).length + ' Faktenchecks'; h += ''; } h += '';