このコミットが含まれているのは:
2026-06-07 00:26:18 +09:00
コミット 4b26f017b4
+1 -1
ファイルの表示
@@ -340,7 +340,7 @@ const TheatreDetailPage: FC<Props> = ({ user }: Props) => {
if (!(cancelled) && newComments.length > 0) if (!(cancelled) && newComments.length > 0)
{ {
lastCommentNoRef.current = newComments[newComments.length - 1].no lastCommentNoRef.current = newComments[0].no
setComments (prev => [...newComments, ...prev]) setComments (prev => [...newComments, ...prev])
} }