Skip to content

Commit

Permalink
fix: add fn to hook deps array
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Jul 4, 2023
1 parent 8a9985f commit da10508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/state/orders/updaters/CancelledOrdersUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function CancelledOrdersUpdater(): null {
// console.debug(`[CancelledOrdersUpdater] Checked recently canceled orders in ${Date.now() - startTime}ms`)
}
},
[fulfillOrdersBatch]
[addOrderToSurplusQueue, fulfillOrdersBatch]
)

useEffect(() => {
Expand Down

0 comments on commit da10508

Please sign in to comment.