diff --git a/src/components/Gradebook/index.jsx b/src/components/Gradebook/index.jsx index d6ebf4d..c931aa5 100644 --- a/src/components/Gradebook/index.jsx +++ b/src/components/Gradebook/index.jsx @@ -683,20 +683,39 @@ export default class Gradebook extends React.Component { options={[{ label: 'Percent', value: 'percent' }, { label: 'Absolute', value: 'absolute' }]} onChange={this.props.toggleFormat} /> - {this.props.showDownloadButtons && , - pending: , - }} - disabledStates={['pending']} - />} + {this.props.showDownloadButtons && ( +
+ , + pending: , + }} + disabledStates={['pending']} + /> + , + pending: , + }} + disabledStates={['pending']} + /> +
+ )}
Import Grades -

Interventions Report

- -

Results appear in the table below.
Grade processing may take a few seconds.