Skip to content

Commit

Permalink
fix: 통장 선택 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alswlfl29 committed Jul 8, 2024
1 parent 1935c6b commit f42a243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/ChoiceAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const ChoiceAccount: FC<IProps> = ({

const handleChangedAccount = (account: AccountType) => {
setSelectedAccountInfo(account);
if (selectedAccount) selectedAccount(account);
setShowModal(false);
};

Expand Down

0 comments on commit f42a243

Please sign in to comment.