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 React from 'react';
|
||||||
import { gql, graphql } from 'react-apollo';
|
|
||||||
import { Div } from 'glamorous';
|
import { Div } from 'glamorous';
|
||||||
|
|
||||||
const blue = "#00BCD4";
|
const blue = "#00BCD4";
|
||||||
|
|
|
@ -17,7 +17,6 @@ export default class ScoutOverview extends React.Component {
|
||||||
const {
|
const {
|
||||||
scoutID,
|
scoutID,
|
||||||
displayName,
|
displayName,
|
||||||
advancementDeadline,
|
|
||||||
} = this.props;
|
} = this.props;
|
||||||
const appBarProps = {
|
const appBarProps = {
|
||||||
title: displayName,
|
title: displayName,
|
||||||
|
|
Loading…
Reference in a new issue