allow cancelling and rescheduling for not confirmed bookings (#5770)
Co-authored-by: CarinaWolli <wollencarina@gmail.com> Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>pull/5671/head^2
parent
cf559e0726
commit
d3e9adf382
|
@ -479,7 +479,7 @@ export default function Success(props: SuccessProps) {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{!needsConfirmation &&
|
{(!needsConfirmation || !userIsOwner) &&
|
||||||
!isCancelled &&
|
!isCancelled &&
|
||||||
(!isCancellationMode ? (
|
(!isCancellationMode ? (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue