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