diff --git a/src/pages/home/components/moderationList.tsx b/src/pages/home/components/moderationList.tsx index 9a88860..1f762ac 100644 --- a/src/pages/home/components/moderationList.tsx +++ b/src/pages/home/components/moderationList.tsx @@ -36,12 +36,10 @@ export const ModerationListItem = ({ recordType, content, date, onClick }: Moder const time = dateToAmPmTimeFormat(date); return ( -
  • - - - {content} - - {time} +
  • + + {content} + {time}
  • ); };