Skip to content

Commit 44996fe

Browse files
authored
fix: remove debugging boolean value in ViewModel
1 parent 9896f9c commit 44996fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ViewModel/Layer/Filter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function __construct(
4545
*/
4646
public function shouldDisplayEntityCountOnLayer(): bool
4747
{
48-
return true;
48+
return $this->setListHelper->shouldDisplayEntityCountOnLayer();
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)