diff --git a/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx b/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx index 7db38ac9..1a19230b 100644 --- a/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx +++ b/apps/portal/src/components/resumes/comments/ResumeCommentListItem.tsx @@ -1,7 +1,6 @@ import clsx from 'clsx'; import { formatDistanceToNow } from 'date-fns'; import { useState } from 'react'; -import { FaceSmileIcon } from '@heroicons/react/24/outline'; import ResumeCommentEditForm from './comment/ResumeCommentEditForm'; import ResumeCommentReplyForm from './comment/ResumeCommentReplyForm'; @@ -29,24 +28,16 @@ export default function ResumeCommentListItem({
{/* Image Icon */} - {comment.user.image ? ( - {comment.user.name - ) : ( - - )} - + {comment.user.name
{/* Name and creation time */}