diff --git a/src/components/pages/statistics/ActiveMembersComposition.tsx b/src/components/pages/statistics/ActiveMembersComposition.tsx index a5b1ac44..9cdd6adf 100644 --- a/src/components/pages/statistics/ActiveMembersComposition.tsx +++ b/src/components/pages/statistics/ActiveMembersComposition.tsx @@ -258,6 +258,7 @@ export default function ActiveMembersComposition({
= ({ statistics, + ableToFilter, overviewType, hideInformationText, handleSelectedOption, @@ -64,12 +66,15 @@ const StatisticalData: React.FC = ({ {statistics.map((stat, index) => (
{ @@ -157,6 +162,7 @@ StatisticalData.defaultProps = { tooltipText: '', }, ], + ableToFilter: false, hideInformationText: false, };