diff --git a/src/app/(mobile-ui)/request/create/page.tsx b/src/app/(mobile-ui)/request/create/page.tsx index 73befa76a..66563a0e2 100644 --- a/src/app/(mobile-ui)/request/create/page.tsx +++ b/src/app/(mobile-ui)/request/create/page.tsx @@ -11,7 +11,7 @@ export const metadata = generateMetadata({ export default function RequestCreate() { return ( - + ) diff --git a/src/app/(mobile-ui)/send/page.tsx b/src/app/(mobile-ui)/send/page.tsx index b13f9c7a3..7656d7f23 100644 --- a/src/app/(mobile-ui)/send/page.tsx +++ b/src/app/(mobile-ui)/send/page.tsx @@ -12,7 +12,7 @@ export const metadata = generateMetadata({ export default function SendPage() { return ( - + ) diff --git a/src/app/(mobile-ui)/withdraw/[country]/bank/page.tsx b/src/app/(mobile-ui)/withdraw/[country]/bank/page.tsx index db60fcfff..71ce93abf 100644 --- a/src/app/(mobile-ui)/withdraw/[country]/bank/page.tsx +++ b/src/app/(mobile-ui)/withdraw/[country]/bank/page.tsx @@ -180,7 +180,7 @@ export default function WithdrawBankPage() { } return ( -
+
+
diff --git a/src/components/AddMoney/views/CryptoDepositQR.view.tsx b/src/components/AddMoney/views/CryptoDepositQR.view.tsx index 5aee77b3e..e8c67fca3 100644 --- a/src/components/AddMoney/views/CryptoDepositQR.view.tsx +++ b/src/components/AddMoney/views/CryptoDepositQR.view.tsx @@ -25,38 +25,40 @@ export const CryptoDepositQR = ({ tokenName, chainName, depositAddress, onBack } }, [depositAddress]) return ( -
+
- -
- +
+ +
+ -
-

{`Deposit ${tokenName} on ${chainName}`}

-

Other tokens or networks will be lost

+
+

{`Deposit ${tokenName} on ${chainName}`}

+

Other tokens or networks will be lost

+
-
-
+ -
- -
+
+ +
-
- - {depositAddress} - +
+ + {depositAddress} + +
) diff --git a/src/components/AddWithdraw/AddWithdrawCountriesList.tsx b/src/components/AddWithdraw/AddWithdrawCountriesList.tsx index c7c8a3497..b6b7479dc 100644 --- a/src/components/AddWithdraw/AddWithdrawCountriesList.tsx +++ b/src/components/AddWithdraw/AddWithdrawCountriesList.tsx @@ -203,7 +203,7 @@ const AddWithdrawCountriesList = ({ flow }: AddWithdrawCountriesListProps) => { if (view === 'form') { return ( -
+
setView('list')} /> void }, D }, [country]) return ( -
+
{ (hasAttachment && _tokenValue !== debouncedTokenValue) return ( -
+
router.push('/request')} title="Request" /> -
+
diff --git a/src/components/Send/link/LinkSendFlowManager.tsx b/src/components/Send/link/LinkSendFlowManager.tsx index 8cdf9deab..168530b14 100644 --- a/src/components/Send/link/LinkSendFlowManager.tsx +++ b/src/components/Send/link/LinkSendFlowManager.tsx @@ -52,15 +52,17 @@ const LinkSendFlowManager = ({ onPrev }: LinkSendFlowManagerProps) => { }, [dispatch]) return ( -
+ <> {view === 'INITIAL' && ( -
+
- +
+ +
)} {view === 'SUCCESS' && } -
+ ) } diff --git a/src/components/Send/link/views/Success.link.send.view.tsx b/src/components/Send/link/views/Success.link.send.view.tsx index 403551020..3bb78906c 100644 --- a/src/components/Send/link/views/Success.link.send.view.tsx +++ b/src/components/Send/link/views/Success.link.send.view.tsx @@ -25,9 +25,12 @@ const LinkSendSuccessView = () => { const { user } = useUserStore() const [isLoading, setIsLoading] = useState(false) + if (isLoading) { + return + } + return ( -
- {isLoading && } +
{ dispatch(sendFlowActions.resetSendFlow()) }} /> -
+
{link && (