diff --git a/client/src/components/Footer/index.js b/client/src/components/Footer/index.js index 7e86def001..17eb2503be 100644 --- a/client/src/components/Footer/index.js +++ b/client/src/components/Footer/index.js @@ -1,4 +1,5 @@ import React from 'react'; +import PropTypes from 'prop-types'; import { Grid, Row, Col } from '@freecodecamp/react-bootstrap'; import Link from '../helpers/Link'; @@ -16,12 +17,6 @@ const ColHeader = ({ children, ...other }) => ( ); ColHeader.propTypes = propTypes; -const linkPropTypes = { - children: PropTypes.any, - external: PropTypes.bool, - to: PropTypes.string.isRequired -}; - function Footer() { return (