remove incorrectly copied block

This commit is contained in:
jansenk
2019-09-09 10:22:05 -04:00
parent 4434857ada
commit 22cf805960

View File

@@ -854,13 +854,6 @@ export default class Gradebook extends React.Component {
Results appear in the table below.<br />
Grade processing may take a few seconds.
</p>
<div>
Showing
<span className="font-weight-bold"> {this.props.filteredUsersCount} </span>
of
<span className="font-weight-bold"> {this.props.totalUsersCount} </span>
total learners
</div>
<Table
data={this.props.bulkManagementHistory.map(this.formatHistoryRow)}
hasFixedColumnWidths