Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaySpace committed Jul 17, 2019
1 parent a03d5e1 commit 0df2a68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/container/SalesContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ export default class SalesContainer extends React.Component {
const { changeValue, isViewingOrder } = this.props.stateStore;

if (isViewingOrder) {
showAlert("Error", "Unable to clear items. You can either void the line and/or cancel the order.", null);
showAlert(
"Error",
"Unable to clear items. You can either void the line and/or cancel the order.",
null,
);
} else {
changeValue("deleteDialogVisible", true, "Sales");
}
Expand Down

0 comments on commit 0df2a68

Please sign in to comment.