diff options
| author | Brenden Bice <brenden.next@gmail.com> | 2019-04-09 11:45:33 -0400 |
|---|---|---|
| committer | Brenden Bice <brenden.next@gmail.com> | 2019-04-11 23:26:13 -0400 |
| commit | 8ed4eb8a7ffe0e370cfc06017d2bce34b2c9d987 (patch) | |
| tree | 0142857ce6518bf132347c6ce56d7a0436e778dd /src/components/timeline/timeline.vue | |
| parent | f74a6b4b5777211dcda979b0e390305f46efdd95 (diff) | |
refactor showing favs and repeats logic
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 147e8a1d..e6a8d458 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -16,13 +16,12 @@ </div> <div :class="classes.body"> <div class="timeline"> - <conversation + <conversation v-for="status in timeline.visibleStatuses" class="status-fadein" :key="status.id" :statusoid="status" :collapsable="true" - :timelineName="timelineName" /> </div> </div> |
