From 09253f83bf96b42c0bf3a9c236fecc2bf11330e6 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:12:37 +0800 Subject: [PATCH] [CAL-463] Clicking Members from event types screen should take you to the members page (#5857) Co-authored-by: gitstart Co-authored-by: Nitesh Singh Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: gitstart-app[bot] <57568882+gitstart-app[bot]@users.noreply.github.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Matheus Benini Co-authored-by: Thiago Nascimbeni Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Bailey Pumfleet --- apps/web/pages/event-types/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/event-types/index.tsx b/apps/web/pages/event-types/index.tsx index 860c10a0b8..b9bc5bd7ef 100644 --- a/apps/web/pages/event-types/index.tsx +++ b/apps/web/pages/event-types/index.tsx @@ -531,9 +531,9 @@ const EventTypeListHeading = ({ {profile?.name || ""} - {membershipCount && ( + {membershipCount && teamId && ( - +