From 2a81f11c59e710e4a601e89e67c0ee3add8e8d8e Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 19 Oct 2023 08:28:08 +0300 Subject: [PATCH] feat: align validator name and its icons --- .../RightSideBar/ValidatorsTabs/ValidatorListItem.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx index 9e66d88c..79a51aa3 100644 --- a/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx +++ b/src/components/General/RightSideBar/ValidatorsTabs/ValidatorListItem.tsx @@ -58,11 +58,13 @@ const ValidatorListItem = ({ ]} /> - - {name} + + + {name} + {isVerified && } {isAvatarChipIncluded && } - + {getFormattedValidatorAddress(validatorAddress)}