fix bill page empty

This commit is contained in:
Thomas Ruoff
2020-11-25 23:48:19 +01:00
parent 54da0c7f9a
commit 4801525dc4

View File

@@ -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,
},