Skip to content

Commit

Permalink
Merge pull request #1281 from cultuurnet/bugfix/PPF-558
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen authored Jul 22, 2024
2 parents 68992c0 + 13c6424 commit 23a662b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Integration } from "../../../types/Integration";
import { Card } from "../../Card";
import { CopyText } from "../../CopyText";
import { ButtonIcon } from "../../ButtonIcon";
import { faPencil, faTrash } from "@fortawesome/free-solid-svg-icons";
import { faTrash } from "@fortawesome/free-solid-svg-icons";
import type { Organizer } from "../../../types/Organizer";
import { groupBy } from "lodash";
import { ButtonPrimary } from "../../ButtonPrimary";
Expand Down Expand Up @@ -76,7 +76,6 @@ const OrganizersSection = ({
</div>
{sectionName === "Live" && (
<div>
<ButtonIcon icon={faPencil} className="text-icon-gray" />
<ButtonIcon
icon={faTrash}
className="text-icon-gray"
Expand Down

0 comments on commit 23a662b

Please sign in to comment.