aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 3e442656..6faebf61 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -35,7 +35,7 @@ const Status = {
isReply () { return !!this.status.in_reply_to_status_id },
borderColor () {
return {
- borderBottomColor: this.$store.state.config.colors['base02'],
+ borderBottomColor: this.$store.state.config.colors['base02']
}
}
},