diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-03-01 16:58:42 -0500 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-03-01 16:58:42 -0500 |
| commit | 6075915223e26fc0b535d87a3cdf26435245937e (patch) | |
| tree | 67c03cd787184a79595d0def66d917053cbcf5c9 /src/components/timeline/timeline.js | |
| parent | 51294082e079e83c7bc0df94e21e750d2a663a27 (diff) | |
| parent | bed37646f929ba7241f382a0ce06555d20b163b0 (diff) | |
Merge branch 'feature/restructure-timelines' into 'develop'
Unify notice timelines to make changes easier.
See merge request !36
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 addd0255..b4e80fe1 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -5,7 +5,8 @@ import StatusOrConversation from '../status_or_conversation/status_or_conversati const Timeline = { props: [ 'timeline', - 'timelineName' + 'timelineName', + 'title' ], components: { Status, |
