From b1fb4965a8186c3de0877fb8993d0bcb424c923d Mon Sep 17 00:00:00 2001 From: chaeseungyun Date: Mon, 8 Jul 2024 16:33:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EA=B3=84=EC=A2=8C=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20placeholder=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/MyShopPage/components/BankList/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/MyShopPage/components/BankList/index.tsx b/src/page/MyShopPage/components/BankList/index.tsx index f5efc9de..497418ad 100644 --- a/src/page/MyShopPage/components/BankList/index.tsx +++ b/src/page/MyShopPage/components/BankList/index.tsx @@ -37,7 +37,7 @@ export default function BankList({ id="account" className={styles.top__input} {...register('account_number')} - placeholder="계좌번호를 숫자만 입력해주세요" + placeholder="계좌번호를 입력해주세요" />