diff --git a/src/app/[lng]/mypage/MypageTable.tsx b/src/app/[lng]/mypage/MypageTable.tsx index 858fff4f..96eb118f 100644 --- a/src/app/[lng]/mypage/MypageTable.tsx +++ b/src/app/[lng]/mypage/MypageTable.tsx @@ -65,20 +65,21 @@ const MypageTable = ({ articles.map((articleObj, index) => { const isLastRow = index === articles.length - 1; const borderBottomRadius = isLastRow ? "10px" : "0px"; + const underLine = isLastRow ? "" : "border-b border-gray-300"; return (
-
+
{articleObj.title}
-
-
+
+
{dayjs(articleObj.createdAt).format("YYYY-MM-DD")}