diff --git a/src/components/List/ListAccordion.tsx b/src/components/List/ListAccordion.tsx index 47010da2f5..5d7bbed664 100644 --- a/src/components/List/ListAccordion.tsx +++ b/src/components/List/ListAccordion.tsx @@ -215,7 +215,7 @@ const ListAccordion = ({ > {title} - {description && ( + {description ? ( {description} - )} + ) : null}