Skip to content
Snippets Groups Projects
Unverified Commit 5d03b647 authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

Merge pull request #1076 from OpenTechFund/bugfix/fixup-merge-issue-with-link

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