diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx index 79a0a01a..e19c726e 100644 --- a/apps/frontend/src/components/launches/add.edit.model.tsx +++ b/apps/frontend/src/components/launches/add.edit.model.tsx @@ -469,13 +469,16 @@ export const AddEditModal: FC<{ {!existingData.integration && integrations.length > 1 ? ( - !f.disabled)} - selectedIntegrations={[]} - singleSelect={false} - onChange={setSelectedIntegrations} - isMain={true} - /> +
+ !f.disabled)} + selectedIntegrations={[]} + singleSelect={false} + onChange={setSelectedIntegrations} + isMain={true} + /> +
) : (
{ return (
); }; @@ -220,7 +266,7 @@ export const MenuComponent: FC< export const LaunchesComponent = () => { const fetch = useFetch(); const user = useUser(); - const {billingEnabled} = useVariables(); + const { billingEnabled } = useVariables(); const router = useRouter(); const search = useSearchParams(); const toast = useToaster(); @@ -382,7 +428,9 @@ export const LaunchesComponent = () => { ))} update(true)} /> - {sortedIntegrations?.length > 0 && user?.tier?.ai && billingEnabled && } + {sortedIntegrations?.length > 0 && + user?.tier?.ai && + billingEnabled && }