diff --git a/apps/wallet-mobile/src/features/WalletManager/useCases/SelectWalletFromListScreen/SelectWalletFromListScreen.tsx b/apps/wallet-mobile/src/features/WalletManager/useCases/SelectWalletFromListScreen/SelectWalletFromListScreen.tsx
index e28d1d6ee4..ac7a318c94 100644
--- a/apps/wallet-mobile/src/features/WalletManager/useCases/SelectWalletFromListScreen/SelectWalletFromListScreen.tsx
+++ b/apps/wallet-mobile/src/features/WalletManager/useCases/SelectWalletFromListScreen/SelectWalletFromListScreen.tsx
@@ -67,7 +67,7 @@ export const SelectWalletFromList = () => {
onScrollBarChange={setIsScrollBarShown}
onScrollBeginDrag={() => setShowLine(true)}
onScrollEndDrag={() => setShowLine(false)}
- bounces={false}
+ bounces={true}
>
{data}
diff --git a/apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx b/apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx
index b9c71b3085..2b656cc016 100644
--- a/apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx
+++ b/apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx
@@ -43,7 +43,7 @@ export const StakePoolInfo = ({stakePoolId}: {stakePoolId: string}) => {
{stakePoolId}
-
+
diff --git a/apps/wallet-mobile/translations/messages/src/legacy/Dashboard/StakePoolInfo.json b/apps/wallet-mobile/translations/messages/src/legacy/Dashboard/StakePoolInfo.json
index 2f820e2819..2f0063a67d 100644
--- a/apps/wallet-mobile/translations/messages/src/legacy/Dashboard/StakePoolInfo.json
+++ b/apps/wallet-mobile/translations/messages/src/legacy/Dashboard/StakePoolInfo.json
@@ -6,12 +6,12 @@
"start": {
"line": 128,
"column": 9,
- "index": 3609
+ "index": 3634
},
"end": {
"line": 131,
"column": 3,
- "index": 3730
+ "index": 3755
}
},
{
@@ -21,12 +21,12 @@
"start": {
"line": 132,
"column": 11,
- "index": 3743
+ "index": 3768
},
"end": {
"line": 137,
"column": 3,
- "index": 3978
+ "index": 4003
}
},
{
@@ -36,12 +36,12 @@
"start": {
"line": 138,
"column": 26,
- "index": 4006
+ "index": 4031
},
"end": {
"line": 141,
"column": 3,
- "index": 4141
+ "index": 4166
}
},
{
@@ -51,12 +51,12 @@
"start": {
"line": 142,
"column": 10,
- "index": 4153
+ "index": 4178
},
"end": {
"line": 145,
"column": 3,
- "index": 4262
+ "index": 4287
}
},
{
@@ -66,12 +66,12 @@
"start": {
"line": 146,
"column": 15,
- "index": 4279
+ "index": 4304
},
"end": {
"line": 149,
"column": 3,
- "index": 4398
+ "index": 4423
}
}
]
\ No newline at end of file