diff --git a/src/client/routes/admin.tsx b/src/client/routes/admin.tsx index 6fa9b59..b64b8b2 100644 --- a/src/client/routes/admin.tsx +++ b/src/client/routes/admin.tsx @@ -39,17 +39,16 @@ function AdminLayout() { Items - {/* Tags — disabled (phase 38) */} -
Failed to load tag. Please try again.
++ {tag.itemCount > 0 + ? `${tag.itemCount} items use this tag` + : "Not used by any items"} +
++ {getDeleteConfirmText(tag, childCount)} +
+