diff options
| author | shpuld <shpuld@gmail.com> | 2017-03-09 12:48:43 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-03-09 12:48:43 +0200 |
| commit | 00531ad9df97e2e8c08f565f33d4e1df6e7b7770 (patch) | |
| tree | 4dd7ea8c2755ddc1190bbdc20228382ec3871bcc | |
| parent | d99b9bdac124b6353adfc9ea0fb52a3b380b91a2 (diff) | |
lint fix
| -rw-r--r-- | src/components/status/status.js | 2 |
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'] } } }, |
