Skip to content
Snippets Groups Projects
Commit 6169dc18 authored by Chris Lawton's avatar Chris Lawton
Browse files

removes dummy select box

parent eb4721cf
No related branches found
No related tags found
No related merge requests found
......@@ -62,15 +62,7 @@ export default class Listing extends React.Component {
const { isLoading, isError } = this.props;
return (
<div className="listing">
<div className="listing__header">
<form className="form form__select">
<select>
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</form>
</div>
<div className="listing__header"></div>
{this.renderListItems()}
</div>
);
......
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