diff --git a/site/source/pages/Gerer/Home.tsx b/site/source/pages/Gerer/Home.tsx index b9a284bbf..d493ed32a 100644 --- a/site/source/pages/Gerer/Home.tsx +++ b/site/source/pages/Gerer/Home.tsx @@ -1,4 +1,5 @@ import { DottedName } from '@/../../modele-social' +import { CompanyDetails } from '@/components/company/Details' import RuleInput from '@/components/conversation/RuleInput' import { WhenApplicable, WhenNotApplicable } from '@/components/EngineValue' import PageHeader from '@/components/PageHeader' @@ -241,7 +242,7 @@ export const AskCompanyMissingDetails = () => { const [questions, onQuestionAnswered] = useQuestionList() if (!questions.length) { - return null + return } return ( <>