Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithm5838 committed Apr 4, 2024
1 parent 9f3fc5e commit 1dbe577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ function _Chat() {
<div className={styles["chat-message-action-date"]}>
{isContext
? Locale.Chat.IsContext
: message.date.toLocaleString()}
: `${message.model ? `${message.model} | ` : ""}${message.date.toLocaleString()}`}
</div>
</div>
</div>
Expand Down

0 comments on commit 1dbe577

Please sign in to comment.