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
Carina Wollendorfer 2022-11-29 17:03:39 +01:00 committed by GitHub
parent cf559e0726
commit d3e9adf382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ export default function Success(props: SuccessProps) {
)} )}
</div> </div>
</div> </div>
{!needsConfirmation && {(!needsConfirmation || !userIsOwner) &&
!isCancelled && !isCancelled &&
(!isCancellationMode ? ( (!isCancellationMode ? (
<> <>