aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-06 05:01:32 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-06 05:01:32 -0500
commitf512ee2c3c30fbdd983dfcf8df5008208037f71e (patch)
tree646abbeb8a7db5705fa5a7f7324f6272ea9c878e /src/components/timeline/timeline.js
parente4c0bbddd912c8df50883f5d222a8aff510a2c59 (diff)
move login hint into the main content
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index 2bbb05f3..85e0a055 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -39,8 +39,7 @@ const Timeline = {
body: ['timeline-body'].concat(!this.embedded ? ['panel-body'] : []),
footer: ['timeline-footer'].concat(!this.embedded ? ['panel-footer'] : [])
}
- },
- currentUser () { return this.$store.state.users.currentUser }
+ }
},
components: {
Status,