IO-1213 Recalc totals on jobline insert.

This commit is contained in:
Patrick Fic
2021-06-21 09:36:03 -07:00
parent 0b2584e2f1
commit 6de9007c3a
2 changed files with 34 additions and 33 deletions

View File

@@ -73,7 +73,6 @@ class ErrorBoundary extends React.Component {
};
render() {
console.log("this.props :>> ", this.props);
const { t } = this.props;
const { error, info } = this.state;
if (this.state.hasErrored === true) {