Fix missing semicolons in ts files
This commit is contained in:
@@ -16,7 +16,7 @@ type IProps = {
|
||||
id?: string;
|
||||
label?: string;
|
||||
options?: string
|
||||
}
|
||||
};
|
||||
|
||||
const InputElement: FunctionComponent<IProps> = ({ type, id, label, options }: IProps) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user