diff --git a/app/ui/components/table.tsx b/app/ui/components/table.tsx index 82d77a8..a042f4b 100644 --- a/app/ui/components/table.tsx +++ b/app/ui/components/table.tsx @@ -9,7 +9,7 @@ function GuestRow({ guests }: { guests: Guest[] }) { guests.map((guest) => { return ( -
+
{guest.name}
) @@ -25,7 +25,7 @@ export function Table({ guests }: { guests: Guest[] }) { const arraySecondHalf = guests.slice(halfwayThrough, guests.length); return ( -
+