mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
more work on auth
This commit is contained in:
@@ -17,11 +17,11 @@ function AdminRecentBookings({ bookings }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<Layout>
|
||||
{bookings.map((booking: any) => (
|
||||
<BookingTable key={booking.uuid} booking={booking} />
|
||||
))}
|
||||
</>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user