Skip to content

Commit

Permalink
Created new markdown file and updated Chat.tsx as per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-codegen[bot] authored Sep 8, 2023
1 parent 536c37b commit bd109c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Random Text in the markdown file!
1 change: 1 addition & 0 deletions src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default function Chat() {

const [empathy, setEmpathy] = useState<string | null>(null);
const submit = async () => {
console.log('😃');
console.log("messages", messages);
const prevMessage = messages[messages.length - 1]?.text;
setMessages((prevMessages) => {
Expand Down

0 comments on commit bd109c4

Please sign in to comment.