Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jun 27, 2024
1 parent 40a2274 commit 861d7bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
1 change: 0 additions & 1 deletion resources/ts/Pages/Integrations/Detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const Detail = ({
email,
subscriptions,
oldCredentialsExpirationDate,
organizers,
errors,
}: Props) => {
const { t } = useTranslation();
Expand Down

0 comments on commit 861d7bb

Please sign in to comment.