Rom89823974978 commited on
Commit
7a7f358
·
1 Parent(s): 5bc74c0

Corrected typo

Browse files
frontend/src/components/Dashboard.tsx CHANGED
@@ -122,7 +122,7 @@ const Dashboard: React.FC<DashboardProps> = ({
122
  }));
123
 
124
  const filterKeys: Array<keyof FilterState> = [
125
- 'status', 'organization', 'country', 'legalBasis','topics','fundingScheme',
126
  ];
127
 
128
  if (loadingStats && !Object.keys(statsData).length) {
 
122
  }));
123
 
124
  const filterKeys: Array<keyof FilterState> = [
125
+ 'status', 'organization', 'country', 'legalBasis','topic','fundingScheme',
126
  ];
127
 
128
  if (loadingStats && !Object.keys(statsData).length) {