Skip to content
Snippets Groups Projects
Commit 1191a8b9 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix lint error

parent 00b4888b
No related branches found
No related tags found
No related merge requests found
......@@ -590,5 +590,5 @@ export default class ReferenceGettingStartedGuide extends Component {
}
}
const SectionHeader = ({ children }) =>
<h2 className="text-dark text-measure mb4">{children}</h2>
const SectionHeader = ({ children }) => // eslint-disable-line react/prop-types
<h2 className="text-dark text-measure mb4">{children}</h2>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment