diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-05 15:43:56 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-05 15:43:56 -0500 |
| commit | d2436fb9e5f8f512914033a2df33c57545d277a6 (patch) | |
| tree | ceffaae44a9903c3d659ac2d2ae1c608efe20b11 /src/components/public_timeline/public_timeline.js | |
| parent | bf642ebab7a202939d1be96d83ad250804b58656 (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.js | 3 |
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') |
