Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Mar 16, 2024
1 parent e6bfa06 commit a12bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/MClassLeaderboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function columns(region): GridColDef[] {
];
}

function MClassLeaderboard(dota) {
function MClassLeaderboard() {
const { region = REGION.eu } = useParams();
const [role, setRole] = React.useState("all");
const [page, setPage] = React.useState(1);
Expand Down

0 comments on commit a12bcf8

Please sign in to comment.