fix: round robin event rejection problem (#16279)

Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
This commit is contained in:
Anik Dhabal Babu
2024-08-21 17:07:30 +00:00
committed by GitHub
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