Skip to content

Commit

Permalink
Update src/components/Resource/ResourceCommentSection.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
rajku-dev and coderabbitai[bot] authored Jan 16, 2025
1 parent 8b5fbfa commit 084409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Resource/ResourceCommentSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const Comment = ({
<div className="flex w-full items-center">
<div className="mr-auto flex items-center rounded-md border bg-secondary-100 py-1 pl-2 pr-3">
<Avatar
name={`${created_by.first_name} ${created_by.first_name}`}
name={`${created_by.first_name} ${created_by.last_name}`}
className="h-8 w-8 "
/>
<span className="pl-2 text-sm text-secondary-700">
Expand Down

0 comments on commit 084409b

Please sign in to comment.