Skip to content

Commit 6f304e6

Browse files
authored
Merge pull request #74 from rowboatlabs/dev
fix copilot streaming display
2 parents 415fe18 + 6736abb commit 6f304e6

File tree

1 file changed

+2
-0
lines changed
  • apps/rowboat/app/projects/[projectId]/copilot/components

1 file changed

+2
-0
lines changed

apps/rowboat/app/projects/[projectId]/copilot/components/messages.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ export function Messages({
262262
role: 'assistant',
263263
content: streamingResponse
264264
}]);
265+
} else {
266+
setDisplayMessages(messages);
265267
}
266268
}, [messages, loadingResponse, streamingResponse]);
267269

0 commit comments

Comments
 (0)