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

chore: remove rendering 0

parent 7002d1ad
No related branches found
No related tags found
1 merge request!8382.3.0 Release
......@@ -290,7 +290,7 @@ const EcogestureView: React.FC = () => {
</TabPanel>
<TabPanel value={tabValue} index={EcogestureStatus.ALL}>
{allEcogestureList.length && (
{Boolean(allEcogestureList.length) && (
<EcogestureList
list={allEcogestureList}
displaySelection={false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment