Skip to content

Commit

Permalink
refactor: 계좌번호 placeholder 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeseungyun committed Jul 8, 2024
1 parent 24acb20 commit b1fb496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/MyShopPage/components/BankList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function BankList({
id="account"
className={styles.top__input}
{...register('account_number')}
placeholder="계좌번호를 숫자만 입력해주세요"
placeholder="계좌번호를 입력해주세요"
/>
</label>
<hr className={styles.modal__divide} />
Expand Down

0 comments on commit b1fb496

Please sign in to comment.