diff --git a/frontend/src/components/project/EditProject.tsx b/frontend/src/components/project/EditProject.tsx index 7fbb899a..810916e6 100644 --- a/frontend/src/components/project/EditProject.tsx +++ b/frontend/src/components/project/EditProject.tsx @@ -128,7 +128,7 @@ export const EditProject = () => {
- + git { - console.log("loading cmp"); const projectEndCustomer : ProjectEndCustomerModel | undefined | null = value; - + if(!projectEndCustomer){ return null; }