Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelanos committed Dec 29, 2023
1 parent 52f48a0 commit c079b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Title = styled.span`
text-overflow: ellipsis;
`;

type SurtitleProps = {label: string, children: React.ReactNode};
type SurtitleProps = {label: string; children: React.ReactNode};

const Surtitle: React.FC<SurtitleProps> = ({label, children, ...rest}) => (
<SurtitleContainer {...rest}>
Expand Down

0 comments on commit c079b4a

Please sign in to comment.