diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx index 2fd28b1153..ee19a15def 100644 --- a/pages/event-types/index.tsx +++ b/pages/event-types/index.tsx @@ -141,7 +141,7 @@ const EventTypeList = ({ readOnly, types, profile }: EventTypeListProps): JSX.El title={`${type.title} ${type.description ? `– ${type.description}` : ""}`}>
{type.title} - {`/${profile.slug}/${type.slug}`} + {`/${profile.slug}/${type.slug}`} {type.hidden && ( {t("hidden")}