Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleung authored Mar 1, 2024
1 parent dc93111 commit c66bbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/views/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ChatView = (): JSX.Element => {
if (chatInputRef.current) {
chatInputRef.current.focus();
}
}, [dialogueEntries]); //
}, [dialogueEntries]);

//Function to update dialogue entries
const updateDialogueEntries = (question: string, message: string) => {
Expand Down

0 comments on commit c66bbf5

Please sign in to comment.