Skip to content

Commit

Permalink
Merge pull request #194 from SCBJ-7/feature/#191-main-white-space
Browse files Browse the repository at this point in the history
[#191] 반올림 처리 및 주석 추가
  • Loading branch information
Bumang-Cyber authored Jan 25, 2024
2 parents 6dc21e9 + 360d8bf commit 6bcdae0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const TransferWritingPrice = () => {
// finally able to submit
const [readyToSubmit, setReadyToSubmit] = useState(false);

// 처음 들어올 때 계좌가 있는지 여부.
// false : true여야 정상 작동함.
const [firstlyNoAccount] = useState(userData?.accountNumber ? false : true);

Expand Down

0 comments on commit 6bcdae0

Please sign in to comment.