fix: round robin event rejection problem (#16279)
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
This commit is contained in:
co-authored by
Amit Sharma
parent
5bcefb0b3e
commit
bebf1d80a7
@@ -741,7 +741,7 @@ export default function Success(props: PageProps) {
|
||||
/>
|
||||
</>
|
||||
))}
|
||||
{userIsOwner && !isCancelled && isRejectionMode && (
|
||||
{!isCancelled && isRejectionMode && (
|
||||
<>
|
||||
<hr className="border-subtle" />
|
||||
<RejectBooking
|
||||
|
||||
Reference in New Issue
Block a user