diff --git a/src/components/organisms/ChoiceAccount.tsx b/src/components/organisms/ChoiceAccount.tsx index 8aed460..1a3f354 100644 --- a/src/components/organisms/ChoiceAccount.tsx +++ b/src/components/organisms/ChoiceAccount.tsx @@ -23,6 +23,7 @@ export const ChoiceAccount: FC = ({ const handleChangedAccount = (account: AccountType) => { setSelectedAccountInfo(account); + if (selectedAccount) selectedAccount(account); setShowModal(false); };