Skip to content

Commit

Permalink
Unlink PR author on pulls table (#2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov authored May 7, 2024
1 parent ce7fe0e commit 9002190
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/RepoPage/PullsTab/shared/Title/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ const Title: React.FC<TitleProps> = ({
<h2 className="text-sm font-semibold text-black">{title}</h2>
</A>
<p className="text-xs">
{/* @ts-expect-error - disable because of non-ts component and type mismatch */}
<A to={{ pageName: 'owner' }}>
<span className="text-black">{author?.username}</span>
</A>
<span className="text-black">{author?.username}</span>
{updatestamp && (
<span className="text-ds-gray-quinary">
{' '}
Expand Down

0 comments on commit 9002190

Please sign in to comment.