diff --git a/app/gallery/admin/page.tsx b/app/gallery/admin/page.tsx index 895754a..b01689c 100644 --- a/app/gallery/admin/page.tsx +++ b/app/gallery/admin/page.tsx @@ -60,7 +60,7 @@ function PageComponent() {
{/* Replace this with your data mapping logic */} - {galleries.map((item) => ( + {galleries.map((item: { name: string, imageCount: number, tier: string }) => (