diff --git a/resources/ts/Components/Integrations/Detail/OrganizersInfo.tsx b/resources/ts/Components/Integrations/Detail/OrganizersInfo.tsx index 47dfb81ce..4d624b1d5 100644 --- a/resources/ts/Components/Integrations/Detail/OrganizersInfo.tsx +++ b/resources/ts/Components/Integrations/Detail/OrganizersInfo.tsx @@ -6,7 +6,7 @@ import { Card } from "../../Card"; import { CopyText } from "../../CopyText"; import { ButtonIcon } from "../../ButtonIcon"; import { faPencil, faTrash } from "@fortawesome/free-solid-svg-icons"; -import { Organizer } from "../../../types/Organizer"; +import type { Organizer } from "../../../types/Organizer"; import { groupBy } from "lodash"; import { ButtonPrimary } from "../../ButtonPrimary"; diff --git a/resources/ts/Pages/Integrations/Detail.tsx b/resources/ts/Pages/Integrations/Detail.tsx index 8ff5240cc..59a737a4d 100644 --- a/resources/ts/Pages/Integrations/Detail.tsx +++ b/resources/ts/Pages/Integrations/Detail.tsx @@ -38,7 +38,6 @@ const Detail = ({ email, subscriptions, oldCredentialsExpirationDate, - organizers, errors, }: Props) => { const { t } = useTranslation();