Fix missing semicolons in ts files
This commit is contained in:
@@ -17,7 +17,7 @@ type IProps = {
|
||||
title?: string;
|
||||
className?: string;
|
||||
url?: string
|
||||
}
|
||||
};
|
||||
|
||||
const SectionTitleLinkElement: FunctionComponent<IProps> = ({ className, title, url }: IProps) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user