diff --git a/ui/src/components/ValidatorTable.tsx b/ui/src/components/ValidatorTable.tsx index e52df7cf..0757cccb 100644 --- a/ui/src/components/ValidatorTable.tsx +++ b/ui/src/components/ValidatorTable.tsx @@ -104,7 +104,7 @@ export function ValidatorTable({ } } - const sortRewardsFn: SortingFn = (rowA, rowB, columnId) => { + const sortRewardsFn: SortingFn = (rowA, rowB) => { const a = rowA.original const b = rowB.original