From d87f60665a76c0ea6ed5a633f1730e3c5a402b80 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 15 Nov 2023 00:42:19 +0800 Subject: [PATCH] Enable comment hint for end of thread/conversation --- src/components/timeline.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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({ ) : ( )}