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>
This commit is contained in:
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

View File

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