From 0b898bf60030930ea96404bfdb48f6f22f37f12a Mon Sep 17 00:00:00 2001 From: Young Lee <8462583+yl8976@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:13:22 -0800 Subject: [PATCH] fix(admin): hide empty descriptions in list view --- src/routes/admin.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/routes/admin.ts b/src/routes/admin.ts index 9c0ec13..ddd4582 100644 --- a/src/routes/admin.ts +++ b/src/routes/admin.ts @@ -632,9 +632,7 @@ app.get("/", async (c) => { ? html`
${descDisplay}
` - : html`- No description -
`} + : ""}