feature/IO-3103-Ant5-Notifications - Missing Deps on UseDep
This commit is contained in:
@@ -50,7 +50,7 @@ export function JobTotalsCashDiscount({ bodyshop, amountDinero }) {
|
||||
setLoading(false);
|
||||
}
|
||||
}
|
||||
}, [amountDinero, bodyshop]);
|
||||
}, [amountDinero, bodyshop, notification]);
|
||||
|
||||
useEffect(() => {
|
||||
fetchData();
|
||||
|
||||
Reference in New Issue
Block a user