Fix lint errors
This commit is contained in:
@@ -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 (
|
||||
|
Reference in New Issue
Block a user