aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_timeline/public_timeline.js
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-05 15:43:56 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-05 15:43:56 -0500
commitd2436fb9e5f8f512914033a2df33c57545d277a6 (patch)
treeceffaae44a9903c3d659ac2d2ae1c608efe20b11 /src/components/public_timeline/public_timeline.js
parentbf642ebab7a202939d1be96d83ad250804b58656 (diff)
move hint inside Timeline component
Diffstat (limited to 'src/components/public_timeline/public_timeline.js')
-rw-r--r--src/components/public_timeline/public_timeline.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/public_timeline/public_timeline.js b/src/components/public_timeline/public_timeline.js
index e54e49fa..9b866be8 100644
--- a/src/components/public_timeline/public_timeline.js
+++ b/src/components/public_timeline/public_timeline.js
@@ -4,8 +4,7 @@ const PublicTimeline = {
Timeline
},
computed: {
- timeline () { return this.$store.state.statuses.timelines.public },
- currentUser () { return this.$store.state.users.currentUser }
+ timeline () { return this.$store.state.statuses.timelines.public }
},
created () {
this.$store.dispatch('startFetching', 'public')