fix: close summary sheet
This commit is contained in:
committed by
Simon Emanuelsson
parent
ccb15593ea
commit
439bc13e65
@@ -44,6 +44,7 @@ export default function ClientSummary({
|
||||
packages,
|
||||
roomPrice,
|
||||
toDate,
|
||||
toggleSummaryOpen,
|
||||
totalPrice,
|
||||
} = useEnterDetailsStore(storeSelector)
|
||||
|
||||
@@ -70,6 +71,7 @@ export default function ClientSummary({
|
||||
showMemberPrice={showMemberPrice}
|
||||
room={room}
|
||||
toDate={toDate}
|
||||
toggleSummaryOpen={toggleSummaryOpen}
|
||||
totalPrice={totalPrice}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user