diff --git a/src/containers/ValidatorDetails/components/MyDelegations/index.tsx b/src/containers/ValidatorDetails/components/MyDelegations/index.tsx
index d640d8e..51787ac 100644
--- a/src/containers/ValidatorDetails/components/MyDelegations/index.tsx
+++ b/src/containers/ValidatorDetails/components/MyDelegations/index.tsx
@@ -310,21 +310,18 @@ const MyDelegations = () => {
2
)}
-
- CUDOS
-
-
-
- $
- {checkRewards.length
- ? calculateValue(
- formatNumber(
- formatBigNum(new BigNumber(checkRewards[0].amount)),
- 2
+
+ CUDOS
+
+
+
+ $
+ {checkRewards[0].amount.length
+ ? calculateValue(
+ formatBigNum(new BigNumber(checkRewards[0].amount))
)
- )
- : formatNumber(formatBigNum(new BigNumber(0)), 2)}
-
+ : formatNumber(formatBigNum(new BigNumber(0)), 2)}
+