Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
class AnchorLink extends Component {
|
||||
render() {
|
||||
const _props = this.props,
|
||||
isExternal = _props.isExternal,
|
||||
children = _props.children;
|
||||
|
||||
if (isExternal) {
|
||||
return <a>{children}</a>;
|
||||
}
|
||||
|
||||
return <Link>{children}</Link>;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user