Skip to content

Commit

Permalink
[front][extension] Fix content fragment display (#8507)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier authored Nov 7, 2024
1 parent 8fc72e2 commit e5c6c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension/app/src/components/conversation/MessageItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const MessageItem = React.forwardRef<HTMLDivElement, MessageItemProps>(
key={contentFragment.sId}
title={contentFragment.title}
size="xs"
sizing="fluid"
type={citationType}
href={contentFragment.sourceUrl || undefined}
imgSrc={contentFragment.sourceUrl || undefined}
Expand Down
1 change: 1 addition & 0 deletions front/components/assistant/conversation/MessageItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const MessageItem = React.forwardRef<HTMLDivElement, MessageItemProps>(
<Citation
key={contentFragment.sId}
title={contentFragment.title}
sizing="fluid"
size="xs"
type={citationType}
href={contentFragment.sourceUrl || undefined}
Expand Down

0 comments on commit e5c6c1d

Please sign in to comment.