The fixes never end #1519

Merged
neb-b merged 6 commits from release-blockers into master 2018-06-01 20:32:48 +02:00
Showing only changes of commit 86d096e56a - Show all commits

View file

@ -19,7 +19,6 @@ class ExternalLink extends React.PureComponent<Props> {
createLink() {
const { href, title, children, openModal, navigate } = this.props;
console.info(href);
// Regex for url protocol
const protocolRegex = new RegExp('^(https?|lbry)+:', 'i');