From 3b605f92b05509c32f514fb3836215f32b35dc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hagjoon=28=EC=9D=B4=ED=95=99=EC=A4=80=29?= Date: Mon, 5 Sep 2022 17:56:01 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85]=20?= =?UTF-8?q?=EC=BD=98=EC=86=94=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account/register/AccountRegisterForm.js | 4 ++-- src/components/account/register/AccountRegisterTerm.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/account/register/AccountRegisterForm.js b/src/components/account/register/AccountRegisterForm.js index 46de299..8dc0acf 100644 --- a/src/components/account/register/AccountRegisterForm.js +++ b/src/components/account/register/AccountRegisterForm.js @@ -479,13 +479,13 @@ export const AccountRegisterForm = ({ stepper, type, movePage }) => { ) : ( ) ) : ( )}
diff --git a/src/components/account/register/AccountRegisterTerm.js b/src/components/account/register/AccountRegisterTerm.js index e955c71..10efc24 100644 --- a/src/components/account/register/AccountRegisterTerm.js +++ b/src/components/account/register/AccountRegisterTerm.js @@ -165,6 +165,7 @@ export const AccountRegisterTerm = ({ stepper, type, movePage }) => { className='custom-control-Primary' id='termAll' checked={termChecked.all} + readOnly onClick={e => handlerChecked('all')} label='전체 이용약관에 모두 동의합니다.' /> @@ -176,6 +177,7 @@ export const AccountRegisterTerm = ({ stepper, type, movePage }) => { className='custom-control-Primary' id='termService' checked={termChecked.service} + readOnly onClick={e => handlerChecked('service')} label={terms.termServiceTitle} /> @@ -187,6 +189,7 @@ export const AccountRegisterTerm = ({ stepper, type, movePage }) => { className='custom-control-Primary' id='termPrivacy' checked={termChecked.privacy} + readOnly onClick={e => handlerChecked('privacy')} label={terms.termPrivacyTitle} />