aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorwakarimasen <wakarimasen@airmail.cc>2017-03-09 13:38:32 +0100
committerwakarimasen <wakarimasen@airmail.cc>2017-03-09 13:38:32 +0100
commite064d2da4de67ad42268f8eea0efd20646b3cb16 (patch)
tree7d99cda63bbfa0ee88867ebc431c2ea91f14e273 /src/components/timeline/timeline.js
parent64d71b75cfed41d82a99e3e478fc75d5f81f84bd (diff)
Use one error variable for all timelines
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index b4e80fe1..d5a9adcc 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -8,6 +8,9 @@ const Timeline = {
'timelineName',
'title'
],
+ computed: {
+ timelineError () { return this.$store.state.statuses.error }
+ },
components: {
Status,
StatusOrConversation