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> = ({ ...@@ -221,7 +221,7 @@ const ConsumptionView: React.FC<ConsumptionViewProps> = ({
customPopup={customPopupModal} customPopup={customPopupModal}
handleCloseClick={handleCloseCustomPopupModal} handleCloseClick={handleCloseCustomPopupModal}
/> />
{consentExpiredFluids.length && {Boolean(consentExpiredFluids.length) &&
consentExpiredFluids.map(fluid => { consentExpiredFluids.map(fluid => {
return ( return (
<ExpiredConsentModal <ExpiredConsentModal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment