mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-21 06:13:48 +00:00
fix(admin): hide empty descriptions in list view
This commit is contained in:
+1
-3
@@ -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);">
|
||||
|
||||
Reference in New Issue
Block a user