diff --git a/components/SelectValidator.tsx b/components/SelectValidator.tsx index 0b3376af..a5635e9f 100644 --- a/components/SelectValidator.tsx +++ b/components/SelectValidator.tsx @@ -75,8 +75,7 @@ export default function SelectValidator({ : "opacity-0", )} /> - {validatorItem.jailed ? <>jailed{" "} : null} - {validatorItem.description.moniker} + {validatorItem.description.moniker + (validatorItem.jailed ? " (jailed)" : "")} ))}