Cleaned up some eslint warnings

This commit is contained in:
John Shaver 2017-07-22 22:43:57 -07:00
parent 5a0ff1d780
commit 9eab19e366
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import React from 'react';
import { gql, graphql } from 'react-apollo';
import { Div } from 'glamorous';
const blue = "#00BCD4";

View File

@ -17,7 +17,6 @@ export default class ScoutOverview extends React.Component {
const {
scoutID,
displayName,
advancementDeadline,
} = this.props;
const appBarProps = {
title: displayName,