aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/TimelinePostListView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 21:19:02 +0800
committercrupest <crupest@outlook.com>2021-06-15 21:19:02 +0800
commit1552c0086c396aa89e0ad965a6cbd6c3ea70cac4 (patch)
tree2347d15102711f8dc917dfd6e1888fc1527c5c64 /FrontEnd/src/views/timeline-common/TimelinePostListView.tsx
parentc442bec1342a16ddfdb8e103f9b238e4581639e2 (diff)
downloadtimeline-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.tsx1
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}
/>