diff --git a/src/mantine-core/src/components/Title/Title.tsx b/src/mantine-core/src/components/Title/Title.tsx index cfacffdde32..5b338408a1f 100644 --- a/src/mantine-core/src/components/Title/Title.tsx +++ b/src/mantine-core/src/components/Title/Title.tsx @@ -19,7 +19,7 @@ export function Title({ align, style, ...others -}: TitleProps) { +}: TitleProps): JSX.Element { if (![1, 2, 3, 4, 5, 6].includes(order)) { return null; }