diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-03-01 20:36:37 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-03-01 20:36:37 +0100 |
| commit | a4c58aab13db901197ec20ef2bc8b79578141b92 (patch) | |
| tree | f54bb4f435604ad77b3588faa6a3872bd3bdbfe2 /src/components/timeline/timeline.js | |
| parent | 51294082e079e83c7bc0df94e21e750d2a663a27 (diff) | |
Unify notice timelines to make changes easier.
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, |
