From 0292965366c0dac4a32907dbae4d707a9dcbe93e Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 1 Aug 2025 13:06:12 +0200 Subject: [PATCH] fix/select customer --- apps/frontend/src/components/launches/select.customer.tsx | 2 +- apps/frontend/src/components/new-launch/manage.modal.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/frontend/src/components/launches/select.customer.tsx b/apps/frontend/src/components/launches/select.customer.tsx index 82022090..a34e4f41 100644 --- a/apps/frontend/src/components/launches/select.customer.tsx +++ b/apps/frontend/src/components/launches/select.customer.tsx @@ -33,7 +33,7 @@ export const SelectCustomer: FC<{ {uniqBy(integrations, (u) => u?.customer?.name) .filter((f) => f.customer?.name) .map((p) => ( - diff --git a/apps/frontend/src/components/new-launch/manage.modal.tsx b/apps/frontend/src/components/new-launch/manage.modal.tsx index 9d8a7fbf..389d048c 100644 --- a/apps/frontend/src/components/new-launch/manage.modal.tsx +++ b/apps/frontend/src/components/new-launch/manage.modal.tsx @@ -473,7 +473,6 @@ export const ManageModal: FC = (props) => { )}