forked from AkkomaGang/akkoma-fe
lint fix
This commit is contained in:
parent
d99b9bdac1
commit
00531ad9df
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue