[AI Chat]: Fix bad flatMap (#35474)
This commit is contained in:
+1
-1
@@ -446,7 +446,7 @@ function ConversationEntries() {
|
||||
: undefined
|
||||
}
|
||||
>
|
||||
{pair.flatMap((group, groupIndex) =>
|
||||
{pair.map((group, groupIndex) =>
|
||||
renderEntryGroup(
|
||||
pairIndex === entryPairs.length - 1
|
||||
&& groupIndex === pair.length - 1,
|
||||
|
||||
Reference in New Issue
Block a user