From 0349c3afdd3334d27a5bf25ed7bc120597577a25 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Sat, 25 Jan 2025 00:54:24 -0500 Subject: [PATCH] Fix table --- app/routes/inactivities.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/routes/inactivities.tsx b/app/routes/inactivities.tsx index 6f33b17..b4ea065 100644 --- a/app/routes/inactivities.tsx +++ b/app/routes/inactivities.tsx @@ -162,15 +162,17 @@ export default function () { All recent inactivity notices (current and ended in last month) - Name - User ID - Start Date - End Date - View More + + Name + User ID + Start Date + End Date + View More + {data.map((row) => ( - + {row.user.username} {row.user.id} {row.start}