Skip to content

Commit

Permalink
dont bother with substring
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Apr 18, 2024
1 parent 8ba737a commit 3f2db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const Chat = () => {
<div className={styles.container}>
<h4 className={styles.title}>
{conversation?.title ? (
conversation?.title.substring(0, 60)
conversation?.title
) : (
generatingRef.current && <span>New conversation</span>
)}
Expand Down

0 comments on commit 3f2db73

Please sign in to comment.