Describe the bug
The html element
<p id="question-description-idQuestion">
is created with an empty content when no description is passed as parameters of the lunatic Component
To Reproduce
Steps to reproduce the behavior:
Create a lunatic component Question without any description.
Expected behavior
I don't want to have a paragraph element for the question description (witch adds a new line) if no description is passed as parameter.
Screenshots

Version where the bug appeared
"@inseefr/lunatic": "^3.4.7-rc.1"
Browser where the bug was tested
Additional context
Add any other context about the problem here.
Describe the bug
The html element
<p id="question-description-idQuestion">is created with an empty content when no description is passed as parameters of the lunatic Component
To Reproduce
Steps to reproduce the behavior:
Create a lunatic component Question without any description.
Expected behavior
I don't want to have a paragraph element for the question description (witch adds a new line) if no description is passed as parameter.
Screenshots
Version where the bug appeared
"@inseefr/lunatic": "^3.4.7-rc.1"
Browser where the bug was tested
Additional context
Add any other context about the problem here.