diff --git a/src/app/(auth-state)/admin/photos/page.tsx b/src/app/(auth-state)/admin/photos/page.tsx index 937bff95..d0e12ede 100644 --- a/src/app/(auth-state)/admin/photos/page.tsx +++ b/src/app/(auth-state)/admin/photos/page.tsx @@ -58,26 +58,31 @@ export default async function AdminPage() { )} photo={photo} /> - - {photo.title || - - Untitled - } - {photo.priorityOrder !== null && - - {photo.priorityOrder} - } - -