diff --git a/components/ui/account-filter-combobox.tsx b/components/ui/account-filter-combobox.tsx
index 59f928c..d6c9325 100644
--- a/components/ui/account-filter-combobox.tsx
+++ b/components/ui/account-filter-combobox.tsx
@@ -171,7 +171,7 @@ export function AccountFilterCombobox({
{/* Folder row */}
handleSelectFolder(folder.id)}
style={{ paddingLeft: `${paddingLeft}px` }}
className="font-medium"
@@ -195,7 +195,7 @@ export function AccountFilterCombobox({
return (
handleSelect(account.id)}
style={{ paddingLeft: `${paddingLeft + 16}px` }}
className="min-w-0"
@@ -324,7 +324,7 @@ export function AccountFilterCombobox({
return (
handleSelect(account.id)}
className="min-w-0"
>
diff --git a/components/ui/category-combobox.tsx b/components/ui/category-combobox.tsx
index 49479a4..7dd6517 100644
--- a/components/ui/category-combobox.tsx
+++ b/components/ui/category-combobox.tsx
@@ -118,16 +118,14 @@ export function CategoryCombobox({
Aucune catégorie
- {value === null && (
-
- )}
+ {value === null && }
{parentCategories.map((parent) => (
handleSelect(parent.id)}
>
(
handleSelect(child.id)}
className="pl-8"
>
@@ -206,16 +204,14 @@ export function CategoryCombobox({
handleSelect(null)}>
Aucune catégorie
- {value === null && (
-
- )}
+ {value === null && }
{parentCategories.map((parent) => (
handleSelect(parent.id)}
>
(
handleSelect(child.id)}
className="pl-8"
>
diff --git a/components/ui/category-filter-combobox.tsx b/components/ui/category-filter-combobox.tsx
index 38e1d65..3d80a0c 100644
--- a/components/ui/category-filter-combobox.tsx
+++ b/components/ui/category-filter-combobox.tsx
@@ -237,7 +237,7 @@ export function CategoryFilterCombobox({
{parentCategories.map((parent) => (
handleSelect(parent.id)}
className="min-w-0"
>
@@ -262,7 +262,7 @@ export function CategoryFilterCombobox({
{childrenByParent[parent.id]?.map((child) => (
handleSelect(child.id)}
className="pl-8 min-w-0"
>