diff --git a/js/about/errorPage.js b/js/about/errorPage.js index df6bcb4c0a5..8c3a26b5c4a 100644 --- a/js/about/errorPage.js +++ b/js/about/errorPage.js @@ -39,7 +39,7 @@ class ErrorPage extends React.Component {
{this.showBackButton ? : null} - {this.state.url ? : null} + {this.state.url ? : null}
}