diff --git a/source/Popup/Views/Send/Steps/Step3/index.jsx b/source/Popup/Views/Send/Steps/Step3.jsx similarity index 95% rename from source/Popup/Views/Send/Steps/Step3/index.jsx rename to source/Popup/Views/Send/Steps/Step3.jsx index 890f7a0c..44acab55 100644 --- a/source/Popup/Views/Send/Steps/Step3/index.jsx +++ b/source/Popup/Views/Send/Steps/Step3.jsx @@ -30,7 +30,7 @@ import { useRouter, TokenIcon, TABS } from '@components'; import { ADDRESS_TYPES, DEFAULT_ICP_FEE, XTC_FEE } from '@shared/constants/addresses'; import { HANDLER_TYPES, sendMessage } from '@background/Keyring'; import { useICPPrice } from '@redux/icp'; -import useStyles from '../../styles'; +import useStyles from '../styles'; const Step3 = ({ asset, amount, address, addressInfo, handleSendClick, error, isTrxCompleted, @@ -116,9 +116,11 @@ const Step3 = ({ - - - + {asset?.price && ( + + + + )} @@ -238,10 +240,11 @@ const Step3 = ({ )} - - } total /> - - + {asset?.price && ( + + } total /> + + )}