Skip to content
Snippets Groups Projects
Commit a8fb4b38 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Merge branch 'master' into sprint-2-winter-2019

parent 95ecd3f6
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ class DisplayPanel extends React.Component { ...@@ -33,7 +33,6 @@ class DisplayPanel extends React.Component {
const { clearSubmission } = this.props; const { clearSubmission } = this.props;
const isMobile = width < 1024; const isMobile = width < 1024;
const { submissionID } = this.props;
const submissionLink = "/apply/submissions/" + submissionID + "/"; const submissionLink = "/apply/submissions/" + submissionID + "/";
const submission = <CurrentSubmissionDisplay /> const submission = <CurrentSubmissionDisplay />
......
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