mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +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)
|
||||
return {
|
||||
props: {
|
||||
...serverSideBookingProps.props.booking,
|
||||
...serverSideBookingProps.props,
|
||||
milageMax,
|
||||
user: adminUser,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user