diff --git a/apps/wallet-mobile/src/features/ReviewTx/common/TokenDetails.tsx b/apps/wallet-mobile/src/features/ReviewTx/common/TokenDetails.tsx
index fa86831745..57d10d6a3d 100644
--- a/apps/wallet-mobile/src/features/ReviewTx/common/TokenDetails.tsx
+++ b/apps/wallet-mobile/src/features/ReviewTx/common/TokenDetails.tsx
@@ -140,7 +140,7 @@ const Overview = ({
if (info.type === 'ft') {
return (
-
+
@@ -150,17 +150,17 @@ const Overview = ({
-
+
)
}
return (
-
+
-
+
)
}
diff --git a/apps/wallet-mobile/src/features/ReviewTx/common/TokenItem.tsx b/apps/wallet-mobile/src/features/ReviewTx/common/TokenItem.tsx
index fabea93b81..54423fd055 100644
--- a/apps/wallet-mobile/src/features/ReviewTx/common/TokenItem.tsx
+++ b/apps/wallet-mobile/src/features/ReviewTx/common/TokenItem.tsx
@@ -1,7 +1,7 @@
import {useTheme} from '@yoroi/theme'
import {Portfolio} from '@yoroi/types'
import * as React from 'react'
-import {StyleSheet, Text, TouchableOpacity, useWindowDimensions} from 'react-native'
+import {ScrollView, StyleSheet, Text, TouchableOpacity, useWindowDimensions} from 'react-native'
import {useModal} from '../../../components/Modal/ModalContext'
import {useStrings} from './hooks/useStrings'
@@ -24,7 +24,13 @@ export const TokenItem = ({
const {height: windowHeight} = useWindowDimensions()
const handleShowTokenDetails = () => {
- openModal(strings.tokenDetailsTitle, , windowHeight * 0.8)
+ openModal(
+ strings.tokenDetailsTitle,
+
+
+ ,
+ windowHeight * 0.8,
+ )
}
if (!isSent)