diff options
author | crupest <crupest@outlook.com> | 2021-06-15 21:19:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 21:19:02 +0800 |
commit | 1552c0086c396aa89e0ad965a6cbd6c3ea70cac4 (patch) | |
tree | 2347d15102711f8dc917dfd6e1888fc1527c5c64 /FrontEnd/src/views/timeline-common/TimelinePostListView.tsx | |
parent | c442bec1342a16ddfdb8e103f9b238e4581639e2 (diff) | |
download | timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.tar.gz timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.tar.bz2 timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/TimelinePostListView.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline-common/TimelinePostListView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelinePostListView.tsx b/FrontEnd/src/views/timeline-common/TimelinePostListView.tsx index ba204b72..3213f76d 100644 --- a/FrontEnd/src/views/timeline-common/TimelinePostListView.tsx +++ b/FrontEnd/src/views/timeline-common/TimelinePostListView.tsx @@ -63,7 +63,6 @@ const TimelinePostListView: React.FC<TimelinePostListViewProps> = (props) => { <TimelinePostView key={post.id} post={post} - current={posts.length - 1 === post.index} onChanged={onReload} onDeleted={onReload} /> |