- {item.logo && (
-
- )}
+ {item.logo &&
}
{item.badge &&
{item.badge}}
{!item.badge && item.color && (
diff --git a/components/settings/crud.tsx b/components/settings/crud.tsx
index ab0cd7d..4ffa6e8 100644
--- a/components/settings/crud.tsx
+++ b/components/settings/crud.tsx
@@ -52,6 +52,7 @@ export function CrudTable
({ items, columns, on
setEditingItem({
...editingItem,
@@ -65,6 +66,7 @@ export function CrudTable({ items, columns, on
-