Fixed up some messaging layout issues. BOD-78
This commit is contained in:
@@ -23,7 +23,6 @@ class ErrorBoundary extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log("this.state", this.state);
|
||||
const { t } = this.props;
|
||||
if (this.state.hasErrored === true) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user