From 632af35d8a0871ca8c1041d0e14d63e2b457d168 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 10 May 2018 16:02:07 -0400 Subject: Styles --- frontend/components/Signin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/components/Signin.js') diff --git a/frontend/components/Signin.js b/frontend/components/Signin.js index 78da284..77acc47 100644 --- a/frontend/components/Signin.js +++ b/frontend/components/Signin.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { Mutation, Query, ApolloConsumer } from 'react-apollo'; +import { Mutation, ApolloConsumer } from 'react-apollo'; import { SIGNIN_MUTATION, CURRENT_USER_QUERY } from '../queries/queries'; import Error from './ErrorMessage'; import Form from './styles/Form'; @@ -28,7 +28,7 @@ class Signin extends Component { {client => ( - {(signin, { data, loading, error }) => ( + {(signin, { loading, error }) => (
this.loginUser(e, signin, client)}>
-- cgit v1.3