diff --git a/app/components/Editor.js b/app/components/Editor.js index fee8c63b..ef998c10 100644 --- a/app/components/Editor.js +++ b/app/components/Editor.js @@ -56,7 +56,7 @@ class Editor extends React.Component { } this.props.history.push(navigateTo); - } else { + } else if (href) { window.open(href, "_blank"); } };