Skip to content

Commit

Permalink
deleted options
Browse files Browse the repository at this point in the history
  • Loading branch information
JunruL committed Jul 9, 2021
1 parent efc5eb1 commit d7f6466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/Components/dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Dashboard extends React.Component {
if (this.state.display_course_summary) {
return <Bar data={this.state.data} />;
} else if (this.state.assessment_type === 'Assignment') {
return <Bar data={this.state.data} options={this.state.options} />;
return <Bar data={this.state.data} />;
} else if (this.state.assessment_type === 'GradeEntryForm') {
return (
<div>
Expand Down

0 comments on commit d7f6466

Please sign in to comment.