diff --git a/src/components/Gradebook/index.jsx b/src/components/Gradebook/index.jsx index cff14c3..d6ebf4d 100644 --- a/src/components/Gradebook/index.jsx +++ b/src/components/Gradebook/index.jsx @@ -500,13 +500,6 @@ export default class Gradebook extends React.Component {
{this.props.showSpinner &&
}
-
@@ -672,17 +665,24 @@ export default class Gradebook extends React.Component { } />

Step 2: View or Modify Individual Grades

+ {this.props.totalUsersCount ? +
+ Showing + {this.props.filteredUsersCount} + of + {this.props.totalUsersCount} + total learners +
: + null + }
- {this.props.totalUsersCount ? -
- Showing - {this.props.filteredUsersCount} - of - {this.props.totalUsersCount} - total learners -
: - null - } + {this.props.showDownloadButtons &&