diff --git a/app/routes/admin/edit/checkout.tsx b/app/routes/admin/edit/checkout.tsx index b0be5e0..0c1ed0d 100644 --- a/app/routes/admin/edit/checkout.tsx +++ b/app/routes/admin/edit/checkout.tsx @@ -29,7 +29,12 @@ export default function EditContainerRoute() { {loaderData.checkouts.map((checkout) => ( - {checkout.id} {checkout.container.drink.name} - {containerTypeToString(checkout.container.type)} - {volume(checkout.container.volume)} - {timeAgo(new Date(checkout.checkoutAt))} - {checkout.inventoryAfter} left + {checkout.id} + {checkout.container.drink.name} + {containerTypeToString(checkout.container.type)} + {volume(checkout.container.volume)} + {timeAgo(new Date(checkout.checkoutAt))} - {checkout.checkoutAt.slice(0,-5)} + {checkout.inventoryAfter} left