+
{ timeAgo }
) }
@@ -54,14 +51,7 @@ const StakingTxsTableItem = ({ tx, currentAddress, isLoading }: Props) => {
-
+
|
{ tx.msg_validator_address ? (
@@ -86,6 +76,15 @@ const StakingTxsTableItem = ({ tx, currentAddress, isLoading }: Props) => {
mode="compact"
/>
|
+
+
+ |
);
};