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:
@@ -174,7 +174,7 @@ export default function BookingBillPage({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header label="Abrechung" />
|
||||
<Header />
|
||||
<main className="main">
|
||||
{booking && (
|
||||
<form className="form" onSubmit={onSubmit}>
|
||||
|
||||
@@ -78,7 +78,7 @@ export default function ShowBookingAdmin({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header label="Buchung" />
|
||||
<Header />
|
||||
<main className="main py-3">
|
||||
<h2 className="text-3xl">Buchung {booking.uuid}</h2>
|
||||
<Calendar start={booking.startDate} end={booking.endDate} />
|
||||
|
||||
Reference in New Issue
Block a user