From e93b7d942a31a6f542b145ed558b6516142b191f Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 6 Jan 2022 22:13:38 +0000 Subject: [PATCH] hide slug event-types on mobile (#1426) --- pages/event-types/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx index 2fd28b11..ee19a15d 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")}