Skip to content

Commit

Permalink
removed noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayschwarz4 committed Nov 12, 2024
1 parent 03d9f4b commit 619e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskAnalysisTable/TaskAnalysisTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ const setupColumnTypes = (props, taskBaseRoute, manager, data, openComments) =>
className="mr-mx-4"
href={props.targetUserOSMProfileUrl()}
target='_blank'
rel="noopener noreferrer"
rel="noopener"
>
{_get(row._original.completedBy, 'username') || row._original.completedBy}
</a>
Expand Down

0 comments on commit 619e815

Please sign in to comment.