diff --git a/src/routes/settings.form-templates.tsx b/src/routes/settings.form-templates.tsx index ad28b88..1cb4552 100644 --- a/src/routes/settings.form-templates.tsx +++ b/src/routes/settings.form-templates.tsx @@ -110,63 +110,70 @@ function TemplateEditor({ formKey, userId }: { formKey: FormKey; userId: string return ( -
-
- - update("title", e.target.value)} - placeholder="e.g. NOTICE OF LATE ASSESSMENT" - /> -
-
- - update("certifiedMailLabel", e.target.value)} - placeholder="U.S. Certified Mail #" - /> -
-
+ {!isLetter && ( + <> +
+
+ + update("title", e.target.value)} + placeholder="e.g. NOTICE OF LATE ASSESSMENT" + /> +
+
+ + update("certifiedMailLabel", e.target.value)} + placeholder="U.S. Certified Mail #" + /> +
+
-
- -