diff --git a/app/routes/users+/$username_+/notes.$noteId.tsx b/app/routes/users+/$username_+/notes.$noteId.tsx index db9849e78..b9a35d8bd 100644 --- a/app/routes/users+/$username_+/notes.$noteId.tsx +++ b/app/routes/users+/$username_+/notes.$noteId.tsx @@ -32,6 +32,7 @@ export async function loader({ params }: Route.LoaderArgs) { updatedAt: true, images: { select: { + id: true, altText: true, objectKey: true, }, @@ -123,7 +124,7 @@ export default function NoteRoute({