fix(admin): hide empty descriptions in list view

This commit is contained in:
Young Lee
2026-02-06 00:13:22 -08:00
parent 022c188873
commit 0b898bf600
+1 -3
View File
@@ -632,9 +632,7 @@ app.get("/", async (c) => {
? html`<p class="feed-description">
<span title="${descHover}">${descDisplay}</span>
</p>`
: html`<p class="feed-description empty">
<i>No description</i>
</p>`}
: ""}
</div>
<div style="margin-bottom: var(--spacing-md);">