diff --git a/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/GetDFIScreen.tsx b/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/GetDFIScreen.tsx index c825eb2c0a..9571e2f3d7 100644 --- a/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/GetDFIScreen.tsx +++ b/mobile-app/app/screens/AppNavigator/screens/Portfolio/screens/GetDFIScreen.tsx @@ -252,7 +252,7 @@ function StepThree(): JSX.Element { dark={tailwind("bg-mono-dark-v2-00 border-mono-dark-v2-200")} light={tailwind("bg-mono-light-v2-00 border-mono-light-v2-200")} > - + ))} - {showActionButtons && ( - 1, - })} - > - - - {translate( - "screens/ServiceProviderScreen", - "Only add URLs that are fully trusted and secured. Adding malicious service providers may result in irrecoverable funds. Proceed at your own risk.", - )} - - - await submitCustomServiceProvider()} - disabled={ - !( - urlInputValues.DVM.isValid && - urlInputValues.EVM.isValid && - urlInputValues.ETHRPC.isValid - ) - } - /> - - - )} + 1, + })} + > + {showActionButtons && ( + <> + + + {translate( + "screens/ServiceProviderScreen", + "Only add URLs that are fully trusted and secured. Adding malicious service providers may result in irrecoverable funds. Proceed at your own risk.", + )} + + + await submitCustomServiceProvider()} + disabled={ + !( + urlInputValues.DVM.isValid && + urlInputValues.EVM.isValid && + urlInputValues.ETHRPC.isValid + ) + } + /> + + )} + {(showActionButtons || isCustomUrl) && } + ); }