Skip to content
Snippets Groups Projects
Commit 4e0e36cd authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch '376-0-est-affiche-a-la-fin-de-la-page-de-consommation' into 'dev'

Resolve ""0" est affiché à la fin de la page de consommation"

See merge request !798
parents 7aaefd6c a0ad99e1
No related branches found
No related tags found
2 merge requests!8052.1,!798Resolve ""0" est affiché à la fin de la page de consommation"
......@@ -221,7 +221,7 @@ const ConsumptionView: React.FC<ConsumptionViewProps> = ({
customPopup={customPopupModal}
handleCloseClick={handleCloseCustomPopupModal}
/>
{consentExpiredFluids.length &&
{Boolean(consentExpiredFluids.length) &&
consentExpiredFluids.map(fluid => {
return (
<ExpiredConsentModal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment