Fix lint errors

This commit is contained in:
Logan Tegman
2016-02-01 14:16:27 -08:00
parent fb83f96ea5
commit e2ac51f166
3 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { Col, Row, Grid } from 'react-bootstrap';
import links from './links.json';
export default class extends React.Component {
static displayName = 'Footer'
static displayName = 'Footer';
renderLinks(mobile) {
return links.map(link => {
return (