diff --git a/striker-ui/components/List.tsx b/striker-ui/components/List.tsx index 8de66000..fd810d79 100644 --- a/striker-ui/components/List.tsx +++ b/striker-ui/components/List.tsx @@ -219,7 +219,7 @@ const List = forwardRef( ]); const headerElement = useMemo( () => - isInsertHeader ? ( + isInsertHeader && header ? ( {checkAllElement} {typeof header === 'string' ? (