Skip to content
Snippets Groups Projects
Commit ee18d7fe authored by Thomas Roos's avatar Thomas Roos
Browse files

Fix exam unable to change from other pages than exam bug

parent f3a8dccd
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ class Exams extends React.Component {
componentDidMount = () => {
this.pdfUpdater = setInterval(this.updatePDFs, 1000)
if (this.props.urlID !== this.props.exam.id) this.props.updateExam(this.props.urlID)
if (this.props.exam.id) this.updatePDFs()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment