Make jailed annotation more redable
This commit is contained in:
parent
d540c64bad
commit
47f9f2f580
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user