mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
fix bill page empty
This commit is contained in:
@@ -30,7 +30,7 @@ export const getServerSideProps = withSession(async (context) => {
|
|||||||
const serverSideBookingProps = await getServerSideBooking(context)
|
const serverSideBookingProps = await getServerSideBooking(context)
|
||||||
return {
|
return {
|
||||||
props: {
|
props: {
|
||||||
...serverSideBookingProps.props.booking,
|
...serverSideBookingProps.props,
|
||||||
milageMax,
|
milageMax,
|
||||||
user: adminUser,
|
user: adminUser,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user