diff --git a/src/components/account/register/AccountRegisterTerm.js b/src/components/account/register/AccountRegisterTerm.js index 3687aa99..88fc1e89 100644 --- a/src/components/account/register/AccountRegisterTerm.js +++ b/src/components/account/register/AccountRegisterTerm.js @@ -79,7 +79,7 @@ export const AccountRegisterTerm = ({ stepper, type, movePage }) => { const handlerNext = () => { let agreeTerms = []; - if (!termChecked.privacy && !termChecked.service) { + if (!termChecked.privacy || !termChecked.service) { setOpenModal(true); return; }