Skip to content

Commit

Permalink
Removed placeholder for mobile input
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Dec 19, 2023
1 parent e5065f2 commit 6b41ed5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/contact-info-section/ContactInfoPhone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const ContactInfoPhone: FC<ContactInfoPhoneProps> = ({
}
value={patron?.phoneNumber}
label={t("patronContactPhoneLabelText")}
placeholder={t("patronPagePhoneInputMessageText")}
/>
{showCheckboxes && (
<CheckBox
Expand Down

0 comments on commit 6b41ed5

Please sign in to comment.