From 8169ef719a91a673ea1e94b8e16b4e8cacea568c Mon Sep 17 00:00:00 2001 From: Mathis HERRIOT <197931332+0x485254@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:18:14 +0100 Subject: [PATCH] fix(content): update conditional rendering for `type` field to use `meme` instead of `image` --- frontend/src/app/(dashboard)/admin/contents/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/(dashboard)/admin/contents/page.tsx b/frontend/src/app/(dashboard)/admin/contents/page.tsx index da21f71..d678d23 100644 --- a/frontend/src/app/(dashboard)/admin/contents/page.tsx +++ b/frontend/src/app/(dashboard)/admin/contents/page.tsx @@ -98,7 +98,7 @@ export default function AdminContentsPage() {
- {content.type === "image" ? ( + {content.type === "meme" ? ( ) : (