From 26e7564e00b10e28ac76020973d83ccd686dea86 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Tue, 10 Oct 2023 10:15:47 +0200 Subject: [PATCH] Swap required user info fields I accidentally swapped the logic. It should be EMAIL that is required. NOT PHONE. --- src/components/contact-info-section/ContactInfoSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/contact-info-section/ContactInfoSection.tsx b/src/components/contact-info-section/ContactInfoSection.tsx index bf79ad33f1..1969da85c9 100644 --- a/src/components/contact-info-section/ContactInfoSection.tsx +++ b/src/components/contact-info-section/ContactInfoSection.tsx @@ -43,7 +43,6 @@ const ContactInfoSection: FC = ({ changePatron={changePatron} patron={patron} showCheckboxes={showCheckboxes && textNotificationsEnabledConfig} - isRequired /> = ({ changePatron={changePatron} patron={patron} showCheckboxes={showCheckboxes} + isRequired />