Skip to content

Commit

Permalink
Bringing the latest package version and minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Jan 4, 2024
1 parent e995ad6 commit 6b911cd
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 135 deletions.
26 changes: 13 additions & 13 deletions assets/src/containers/GradeDistribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@ function GradeDistribution (props) {

const gradeCheckbox = !user.admin
? userSettingLoaded
? (
<Typography align='right'>Show my grade
<Checkbox
color='secondary'
checked={showGrade}
onChange={() => {
setSettingChanged(true)
setShowGrade(!showGrade)
}}
/>
</Typography>
)
: <Spinner />
? (
<Typography align='right'>Show my grade
<Checkbox
color='secondary'
checked={showGrade}
onChange={() => {
setSettingChanged(true)
setShowGrade(!showGrade)
}}
/>
</Typography>
)
: <Spinner />
: null

return (
Expand Down
Loading

0 comments on commit 6b911cd

Please sign in to comment.