Skip to content

Commit

Permalink
fix: PR requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiram15 committed Oct 2, 2024
1 parent fce8aff commit 24ac3cb
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ export const EnterpriseCustomerUserDetail = ({
const memberDetailIcon = () => {
if (user) {
return (
<Hyperlink destination={iconLink} key={user?.email} data-testId="icon-hyperlink">
<Hyperlink
destination={iconLink}
key={user?.email}
data-testId="icon-hyperlink"
target="_blank"
showLaunchIcon={false}
>
<IconButton
isActive
invertColors
Expand Down

0 comments on commit 24ac3cb

Please sign in to comment.