上映会改修 (#302) #357

マージ済み
みてるぞ が 13 個のコミットを feature/302 から main へマージ 2026-06-07 02:51:26 +09:00
コミット 4b26f017b4 の変更だけを表示してゐます - すべてのコミットを表示
+1 -1
ファイルの表示
@@ -340,7 +340,7 @@ const TheatreDetailPage: FC<Props> = ({ user }: Props) => {
if (!(cancelled) && newComments.length > 0)
{
lastCommentNoRef.current = newComments[newComments.length - 1].no
lastCommentNoRef.current = newComments[0].no
setComments (prev => [...newComments, ...prev])
}