Skip to content

Commit

Permalink
Remove checkboxes from ListItemComponents component since they were n…
Browse files Browse the repository at this point in the history
…ot used

Fixes #744
  • Loading branch information
KKoukiou authored and martinpitt committed Aug 7, 2019
1 parent 5aa61c4 commit 1d299ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/ListView/ListItemComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ class ListItemComponents extends React.Component {
<div className="list-pf-chevron">
<span className={`fa ${expanded ? "fa-angle-down" : "fa-angle-right"}`} />
</div>
<div className="list-pf-select">
<input type="checkbox" />
</div>
<div className="list-pf-content list-pf-content-flex ">
<div className="list-pf-left">
<ComponentTypeIcons
Expand Down

0 comments on commit 1d299ce

Please sign in to comment.