Skip to content

Commit

Permalink
FIX: chart에서 update를 하기보다 component를 새로 rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjam committed Jul 9, 2023
1 parent 60fae50 commit fbfd614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ function Home() {
fetchBankInfos();
}, []);

useEffect(() => {
setTargetBankInfo();
}, [targetBank]);

return (
<div>
<BankInput
Expand Down

0 comments on commit fbfd614

Please sign in to comment.