Cleaned up some eslint warnings
This commit is contained in:
parent
5a0ff1d780
commit
9eab19e366
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import React from 'react';
|
||||
import { gql, graphql } from 'react-apollo';
|
||||
import { Div } from 'glamorous';
|
||||
|
||||
const blue = "#00BCD4";
|
||||
|
|
|
@ -17,7 +17,6 @@ export default class ScoutOverview extends React.Component {
|
|||
const {
|
||||
scoutID,
|
||||
displayName,
|
||||
advancementDeadline,
|
||||
} = this.props;
|
||||
const appBarProps = {
|
||||
title: displayName,
|
||||
|
|
Loading…
Reference in a new issue