diff options
| author | shpuld <shp@cock.li> | 2017-11-22 00:47:20 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-22 00:47:20 +0200 |
| commit | 912be5aed9c8616d4c5772617ab4eef9a50d9061 (patch) | |
| tree | ba375639d0707d32e16f59273529fb62e6ffc266 /src/components/timeline/timeline.js | |
| parent | fc1736618b4e1a9f178c0ae287754c6ac1244b08 (diff) | |
Make the timeline button use the correct func for its text.
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 9ef8406b..10ad4561 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -31,7 +31,7 @@ const Timeline = { return this.timeline.newStatusCount }, newStatusCountStr () { - if (this.timeline.flushMarker) { + if (this.timeline.flushMarker > 0) { return '' } else { return ` (${this.newStatusCount})` |
