diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index 9b8e7e10..942f21ea 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -567,11 +567,12 @@ function TimelineItem({ !_differentAuthor && !items[i - 1]._differentAuthor && !items[i + 1]._differentAuthor))); + const isEnd = i === items.length - 1; return (
  • @@ -581,12 +582,14 @@ function TimelineItem({ ) : ( )}