aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorWyatt Benno <wyattbenno@gmail.com>2019-12-09 09:02:34 +0900
committerWyatt Benno <wyattbenno@gmail.com>2019-12-09 09:02:34 +0900
commite86af0c965d459d016d638c0822bc9af6a6c0ee1 (patch)
tree6a1f446d7bf2305bf4b3837041f6f4254fcc1910 /src/components/timeline/timeline.js
parent01855f315c7db813d7bbf2f3683017819d2fb70c (diff)
Change naming, make more general
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 6086336c..9a53acd6 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -39,8 +39,8 @@ const Timeline = {
timelineError () {
return this.$store.state.statuses.error
},
- error403 () {
- return this.$store.state.statuses.error403
+ errorData () {
+ return this.$store.state.statuses.errorData
},
newStatusCount () {
return this.timeline.newStatusCount