Skip to content

Commit

Permalink
reverted last change to Producers/Table
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga authored and aaroncox committed Jun 1, 2018
1 parent 079cc45 commit f7e1232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/shared/components/Producers/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default class ProducersTable extends Component<Props> {
const isSelected = (selected.indexOf(producer.owner) !== -1);
return (
<ProducersTableRow
key={idx}
addProducer={this.props.addProducer}
filter={filter}
isSelected={isSelected}
Expand Down

0 comments on commit f7e1232

Please sign in to comment.