Skip to content

Commit

Permalink
Fix lint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Sep 22, 2022
1 parent f0447dc commit e8b3055
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ export const LinkedExperimentsContextMenu = ({
{
name: (
<EuiTextColor>
<a href={`/turing/projects/${projectId}/experiments/${e.id}/details`} target={"_blank"}>
<a
href={`/turing/projects/${projectId}/experiments/${e.id}/details`}
target={"_blank"}
rel="noreferrer"
>
{e.name}
</a>
</EuiTextColor>
Expand Down

0 comments on commit e8b3055

Please sign in to comment.