Skip to content

Commit

Permalink
fix: bulk update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sandrk committed Feb 6, 2024
1 parent edd7281 commit a1274d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/contracts/SellerHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ function SellerHub({
.editContract(contract)
.then(() => {
setShowSuccess(true);
contractsRefresh(true);
updateContractAutoAdjustSettings(
contractId,
contractDetails.profitTarget,
Expand Down

0 comments on commit a1274d7

Please sign in to comment.