diff --git a/components/list/ListItem.tsx b/components/list/ListItem.tsx index f0880752..7ce33986 100644 --- a/components/list/ListItem.tsx +++ b/components/list/ListItem.tsx @@ -34,7 +34,7 @@ export const ListItem: React.FC> = ({ > = ({ ); return ( {subtitle && ( - + {subtitle} )}