Skip to content

Commit

Permalink
Merge branch 'highlight-ecostake' into release-v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jan 19, 2025
2 parents e2869f1 + f7ace4c commit 4ac7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function Validators(props) {
const grants = operator && operatorGrants[operator.botAddress]

let rowVariants = []
if (validatorOperator) rowVariant.push('table-info')
if (validatorOperator) rowVariants.push('table-info')
if (validator.path == 'ecostake') rowVariants.push('border-bottom border-info fw-bold')
const rowVariant = _.compact(rowVariants).join(' ')

Expand Down

0 comments on commit 4ac7d5e

Please sign in to comment.