Skip to content
Snippets Groups Projects
Verified Commit a4474b1e authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Remove unrequired id element

parent 87c7557c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ class Section extends React.Component {
render() {
const { suite } = this.props;
return (
<section key={suite.name} id={suite.name} className="section">
<section key={suite.name} className="section">
<div className="tile box has-background-danger">
<div className="content">
<p className='title is-5 has-text-white'>{ suite.name }</p>
......
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