Fix wrong team link (#4620)

This commit is contained in:
Hariom Balhara
2022-09-20 10:27:15 +00:00
committed by GitHub
parent 7e65d5d61d
commit ec0352da20
@@ -137,7 +137,7 @@ function EventTypeSingleLayout({
if (team)
navigation.splice(2, 0, {
name: "scheduling_type",
href: `team`,
href: `/event-types/${eventType.id}?tabName=team`,
icon: Icon.FiUsers,
info: eventType.schedulingType === "COLLECTIVE" ? "collective" : "round_robin",
});