From f0aded92db097267ec5bd98c7dd7eaedb559c71f Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:33:41 +0200 Subject: [PATCH] Add skeleton loader to offer seats (#4987) Co-authored-by: CarinaWolli --- apps/web/components/v2/eventtype/EventAdvancedTab.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/web/components/v2/eventtype/EventAdvancedTab.tsx b/apps/web/components/v2/eventtype/EventAdvancedTab.tsx index d9da9097bd..c615f19447 100644 --- a/apps/web/components/v2/eventtype/EventAdvancedTab.tsx +++ b/apps/web/components/v2/eventtype/EventAdvancedTab.tsx @@ -378,8 +378,12 @@ export const EventAdvancedTab = ({ eventType, team }: Pick
- -

{t("offer_seats_description")}

+ + {t("offer_seats")} + + + {t("offer_seats_description")} +
)}