Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Réouven ASSOULY
zesje
Commits
ec92a337
Verified
Commit
ec92a337
authored
Jun 07, 2020
by
Hugo Kerstens
Browse files
Fix anonymous grading panel visibility
parent
1ec1c3c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/views/exam/ExamZesje.jsx
View file @
ec92a337
...
...
@@ -611,7 +611,7 @@ class ExamZesje extends React.Component {
setHelpPage
=
{
this
.
props
.
setHelpPage
}
/>
<
this
.
PanelExamActions
/>
{
!
this
.
props
.
exam
.
finalized
&&
<
PanelGradeAnonymous
{
this
.
props
.
exam
.
finalized
&&
<
PanelGradeAnonymous
examID
=
{
this
.
props
.
exam
.
id
}
gradeAnonymous
=
{
this
.
props
.
exam
.
gradeAnonymous
}
onChange
=
{
(
anonymous
)
=>
this
.
props
.
updateExam
(
null
)
}
/>
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment