Skip to content

Commit

Permalink
Update login-form.tsx
Browse files Browse the repository at this point in the history
Fixing compile issue apollographql#190
  • Loading branch information
Stackingit committed Dec 27, 2020
1 parent b25df2e commit 06a7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion final/client/src/components/login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { colors, unit } from '../styles';
import * as LoginTypes from '../pages/__generated__/login';

interface LoginFormProps {
login: (a: { variables: LoginTypes.loginVariables }) => void;
login: (a: { variables: LoginTypes.LoginVariables }) => void;
}

interface LoginFormState {
Expand Down

0 comments on commit 06a7a65

Please sign in to comment.