✨ fixing usecallback
This commit is contained in:
parent
bf054d4140
commit
f1bc4cc481
@ -36,7 +36,7 @@ export default function ClientBox(props: IProps) {
|
|||||||
}
|
}
|
||||||
props.onDelete(customerUid);
|
props.onDelete(customerUid);
|
||||||
},
|
},
|
||||||
[props],
|
[closeDeleteModal, customer.documents, openErrorModal, props],
|
||||||
);
|
);
|
||||||
|
|
||||||
let createOrUpdateNotePath = Module.getInstance()
|
let createOrUpdateNotePath = Module.getInstance()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user