diff options
| author | dave <starpumadev@gmail.com> | 2019-02-20 10:13:28 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-20 10:13:28 -0500 |
| commit | e20a7be3aa4973400cd670347ff038a78eb12e4e (patch) | |
| tree | 323201d9bfb51d66f8c133050cbd0e6dc752434e /src/components/timeline/timeline.js | |
| parent | cfdd885e041d69262e5a0aaaac8de1f39a926484 (diff) | |
#376: update status timeline when it's empty
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 85e0a055..40226674 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -11,7 +11,8 @@ const Timeline = { 'title', 'userId', 'tag', - 'embedded' + 'embedded', + 'count' ], data () { return { |
