Change 403 messaging

This commit is contained in:
Wyatt Benno 2019-12-05 11:48:37 +09:00
parent 7b1d5a4f5c
commit 13fc2612ae
6 changed files with 45 additions and 6 deletions

View file

@ -36,7 +36,12 @@ const Timeline = {
}
},
computed: {
timelineError () { return this.$store.state.statuses.error },
timelineError () {
return this.$store.state.statuses.error
},
error403 () {
return this.$store.state.statuses.error403
},
newStatusCount () {
return this.timeline.newStatusCount
},