Merge pull request #119 from edx/jkantor/copypasta

remove incorrectly copied block
This commit is contained in:
Jansen Kantor
2019-09-09 12:05:10 -04:00
committed by GitHub

View File

@@ -735,13 +735,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