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

Remove the duplicated link

parent b6407a99
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ const DisplayPanel = props => {
const { clearSubmission } = props;
const isMobile = width < 1024;
const submissionLink = "/apply/submissions/" + submissionID + "/";
let tabs = [
<Tab button="Notes" key="note">
......@@ -87,7 +86,6 @@ const DisplayPanel = props => {
<div className="display-panel__column">
<div className="display-panel__header display-panel__header--spacer"></div>
<div className="display-panel__body display-panel__body--center">
<a target="_blank" rel="noopener noreferrer" href={ submissionLink }>Open in new tab</a>
<CurrentSubmissionDisplay />
</div>
</div>
......
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