diff --git a/front/src/components/items/item-list.tsx b/front/src/components/items/item-list.tsx index 2a0172f5..f751e1cb 100644 --- a/front/src/components/items/item-list.tsx +++ b/front/src/components/items/item-list.tsx @@ -64,7 +64,7 @@ export const ItemList = ({ @@ -87,7 +87,9 @@ export const ItemList = ({ /> )} - {subtitle &&

{subtitle}

} + {subtitle && ( +

{subtitle}

+ )}