Skip to content

Commit

Permalink
fix(DashboardValidatorSubsetList): remove the number from pending
Browse files Browse the repository at this point in the history
… category

See: BEDS-839
  • Loading branch information
benji-bitfly committed Nov 20, 2024
1 parent 92792c8 commit 1f90e5e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ function mapDutyLinks(
if (!dutyObjects) {
return []
}
if (props.category === 'pending') {
return []
}
let path = ''
let formatValue = true
switch (props.category) {
Expand Down

0 comments on commit 1f90e5e

Please sign in to comment.