We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697425f commit 0df0258Copy full SHA for 0df0258
1 file changed
client/src/components/ui/Leaderboard/List.tsx
@@ -130,7 +130,7 @@ export default function List({ data = [] }) {
130
// Filter data for the selected group only
131
const displayData = teamsData.filter((item) => item.group === selectedGroup);
132
133
- const handleGroupChange = (e) => {
+ const handleGroupChange = (e: any) => {
134
setSelectedGroup(e.target.value);
135
};
136
0 commit comments