mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
Missing console.log
This commit is contained in:
@@ -32,7 +32,6 @@ export interface SignInForm {
|
||||
}
|
||||
|
||||
const SignIn: StatelessComponent<SignInForm> = props => {
|
||||
console.log(props);
|
||||
return (
|
||||
<Form onSubmit={props.onSubmit}>
|
||||
{({ handleSubmit, submitting }) => (
|
||||
|
||||
Reference in New Issue
Block a user