Skip to content

Commit e1cb330

Browse files
authored
Update packages/module/src/ContentHeader/ContentHeader.tsx
1 parent 9006e8a commit e1cb330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/ContentHeader/ContentHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const useStyles = createUseStyles({
5050
});
5151

5252
export const ContentHeader: React.FunctionComponent<React.PropsWithChildren<ContentHeaderProps>> = ({
53-
title = null,
53+
title,
5454
subtitle = null,
5555
linkProps,
5656
icon,

0 commit comments

Comments
 (0)