[AI Chat]: Fix bad flatMap (#35474)

This commit is contained in:
Jay Harris
2026-04-14 03:49:21 +01:00
committed by GitHub
parent 6829a31649
commit de75a7c63c
@@ -446,7 +446,7 @@ function ConversationEntries() {
: undefined
}
>
{pair.flatMap((group, groupIndex) =>
{pair.map((group, groupIndex) =>
renderEntryGroup(
pairIndex === entryPairs.length - 1
&& groupIndex === pair.length - 1,