diff options
author | crupest <crupest@outlook.com> | 2021-04-03 21:55:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-03 21:55:46 +0800 |
commit | 3ddbbd4c2719dbd6ba00d2d574a5d3f472e9d8ff (patch) | |
tree | 37c0b8957058f650d30456a9db3f780bf1ea5398 /FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx | |
parent | d9a303d4e832dfcc7599ae750b8a4258f80ea677 (diff) | |
download | timeline-3ddbbd4c2719dbd6ba00d2d574a5d3f472e9d8ff.tar.gz timeline-3ddbbd4c2719dbd6ba00d2d574a5d3f472e9d8ff.tar.bz2 timeline-3ddbbd4c2719dbd6ba00d2d574a5d3f472e9d8ff.zip |
feat: Paged timeline posts.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx index d01ecfa8..3d075f0e 100644 --- a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx +++ b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx @@ -31,6 +31,7 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => { return ( <div + id={`timeline-post-${post.id}`} className={clsx("timeline-item", current && "current", className)} style={style} > |