diff --git a/packages/features/bookings/components/PeopleFilter.tsx b/packages/features/bookings/components/PeopleFilter.tsx index f37e23eb70..07d055016e 100644 --- a/packages/features/bookings/components/PeopleFilter.tsx +++ b/packages/features/bookings/components/PeopleFilter.tsx @@ -6,7 +6,6 @@ import { FilterCheckboxField, FilterCheckboxFieldsContainer, } from "@calcom/features/filters/components/TeamsFilter"; -import { WEBAPP_URL } from "@calcom/lib/constants"; import { useLocale } from "@calcom/lib/hooks/useLocale"; import { trpc } from "@calcom/trpc/react"; import { AnimatedPopover, Avatar, Divider, FilterSearchField, Icon } from "@calcom/ui"; @@ -70,17 +69,7 @@ export const PeopleFilter = () => { removeItemByKeyAndValue("userIds", member.id); } }} - icon={ - - } + icon={} /> ))} {filteredMembers?.length === 0 && ( diff --git a/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx b/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx index 3864361e98..61b731e66e 100644 --- a/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx +++ b/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx @@ -2,7 +2,6 @@ import type { PropsWithChildren } from "react"; import { useState } from "react"; import classNames from "@calcom/lib/classNames"; -import { useBookerUrl } from "@calcom/lib/hooks/useBookerUrl"; import type { RouterOutputs } from "@calcom/trpc"; import { Avatar, TextField } from "@calcom/ui"; @@ -65,7 +64,6 @@ function UserToInviteItem({ isSelected: boolean; onChange: () => void; }) { - const bookerUrl = useBookerUrl(); return (
- +