Skip to content

Commit

Permalink
Merge branch 'main' into prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Sep 17, 2023
2 parents af5c75b + 213b014 commit e415627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/frontend/src/pages/chatbot/chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ export const Chatbot = () => {
<Comment.Content>
<Comment.Author as="b">{m.role}</Comment.Author>
<Comment.Metadata>
<span className="timestamp">{new Date().toLocaleTimeString()}</span>
<span className="timestamp">
{m.timestamp}
</span>
</Comment.Metadata>
<Comment.Text>{processResponse(m.message)}</Comment.Text>
{m.data
Expand Down

0 comments on commit e415627

Please sign in to comment.