diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-24 13:56:53 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:25 -0400 |
| commit | cd0a7afa06cafc93510286d35a60e9e40ead36bf (patch) | |
| tree | 91303c82172bab88bd9d5a91a0fb12ce4f05881a /src/components/timeline/timeline.js | |
| parent | 9e22d6212acaeba271d847b565d066ae92165d09 (diff) | |
remove pinned timeline, instead, use simple entity of user object
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 953b4a06..19d9a9ac 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -11,8 +11,7 @@ const Timeline = { 'userId', 'tag', 'embedded', - 'count', - 'noLoadMore' + 'count' ], data () { return { |
