fix build
This commit is contained in:
parent
1ec7135014
commit
578c7486d0
@ -27,7 +27,6 @@ function PaymentWithEmailPage() {
|
||||
const timezone = getClientTimezone();
|
||||
const dispatch = useDispatch();
|
||||
const birthday = useSelector(selectors.selectBirthday);
|
||||
const { gender } = useSelector(selectors.selectQuestionnaire);
|
||||
const locale = i18n.language;
|
||||
const [email, setEmail] = useState("");
|
||||
const [name, setName] = useState("");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user