Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1467 | fixing source link
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Feb 9, 2023
1 parent fbd5606 commit 680b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sources/SourceSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SummaryTable = ({ summary }) => {
<React.Fragment>
<TableRow sx={{ '&:last-child td, &:last-child th': { border: 0 } }}>
<TableCell>
<a href={summary.version_url} target='_blank' rel='noreferrer noopener'>
<a href={'#' + summary.version_url} target='_blank' rel='noreferrer noopener'>
{summary.short_code}
</a>
</TableCell>
Expand Down

0 comments on commit 680b1b7

Please sign in to comment.