mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
inspect path by breadcrumbs
This commit is contained in:
@@ -29,7 +29,7 @@ export const getServerSideProps = withSession(async (context) => {
|
||||
export default function AdminRecentBookings({ bookings }) {
|
||||
return (
|
||||
<>
|
||||
<Header label="Buchungsliste" />
|
||||
<Header />
|
||||
<main className="main py-3">
|
||||
{bookings.map((booking: any) => (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user