Skip to content

Commit

Permalink
remove HeadSeo usage from event types listing view
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Dec 28, 2024
1 parent 0c28ff2 commit 4e5cdf3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
EmptyScreen,
HeadSeo,
HorizontalTabs,
Icon,
Label,
Expand Down Expand Up @@ -1013,8 +1012,6 @@ const EventTypesPage: React.FC = () => {
hideHeadingOnMobile
subtitle={t("event_types_page_subtitle")}
CTA={<CTA profileOptions={profileOptions} isOrganization={!!user?.organizationId} />}>
<HeadSeo title={t("event_types_page_title")} description={t("event_types_page_subtitle")} />

<InfiniteScrollMain
profiles={getUserEventGroupsData?.profiles}
eventTypeGroups={getUserEventGroupsData?.eventTypeGroups}
Expand Down

0 comments on commit 4e5cdf3

Please sign in to comment.