diff --git a/src/sx-design/src/Link/Link.js b/src/sx-design/src/Link/Link.js index dd4f26bfd3..9f1fab52ab 100644 --- a/src/sx-design/src/Link/Link.js +++ b/src/sx-design/src/Link/Link.js @@ -18,7 +18,6 @@ type Props = { export default function Link(props: Props): React.Node { const href = props.href; const isExternalLink = /^https?:\/\//.test(href); - /* eslint-disable react/jsx-no-target-blank */ return ( ); - /* eslint-enable react/jsx-no-target-blank */ } const styles = sx.create({