Skip to content

Commit 8f3f037

Browse files
committed
patch: remove comments
1 parent af7e73c commit 8f3f037

File tree

1 file changed

+2
-2
lines changed
  • app/[locale]/enterprise/_components/ContactForm

1 file changed

+2
-2
lines changed

app/[locale]/enterprise/_components/ContactForm/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ type EnterpriseContactFormProps = {
1717
error: {
1818
domain: React.ReactNode // Link injected
1919
emailInvalid: string
20-
emailTooLong: string // Length injected via {length}
20+
emailTooLong: string
2121
general: string
22-
messageTooLong: string // Length injected via {length}
22+
messageTooLong: string
2323
required: string
2424
}
2525
placeholder: {

0 commit comments

Comments
 (0)