diff --git a/app/routes/notes/new.tsx b/app/routes/notes/new.tsx index 736af99e..25041e6c 100644 --- a/app/routes/notes/new.tsx +++ b/app/routes/notes/new.tsx @@ -75,7 +75,7 @@ export default function NewNotePage() { /> {actionData?.errors?.title && ( -
+
{actionData.errors.title}
)} @@ -96,7 +96,7 @@ export default function NewNotePage() { /> {actionData?.errors?.body && ( -
+
{actionData.errors.body}
)}