Skip to content

Commit

Permalink
Make jailed annotation more redable
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 13, 2025
1 parent 97e789e commit d2edf11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/SelectValidator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ export default function SelectValidator({
: "opacity-0",
)}
/>
{validatorItem.jailed ? <><strong>jailed</strong>{" "}</> : null}
{validatorItem.description.moniker}
{validatorItem.description.moniker + (validatorItem.jailed ? " (jailed)" : "")}
</CommandItem>
))}
</CommandGroup>
Expand Down

0 comments on commit d2edf11

Please sign in to comment.