This commit is contained in:
shpuld 2017-03-09 12:48:43 +02:00
parent d99b9bdac1
commit 00531ad9df

View file

@ -35,7 +35,7 @@ const Status = {
isReply () { return !!this.status.in_reply_to_status_id }, isReply () { return !!this.status.in_reply_to_status_id },
borderColor () { borderColor () {
return { return {
borderBottomColor: this.$store.state.config.colors['base02'], borderBottomColor: this.$store.state.config.colors['base02']
} }
} }
}, },