Skip to content

Commit

Permalink
front: simplify data type in ContentHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Dec 19, 2024
1 parent 507d619 commit cc6c089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ContentHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ContentHeader = ({
chipLabel,
}: {
title: string;
subtitle?: string | React.ReactElement;
subtitle?: React.ReactNode;
chipIcon?: React.ReactElement;
chipLabel?: string;
}) => {
Expand Down

0 comments on commit cc6c089

Please sign in to comment.