mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP / FIx & no-unused-vars
This commit is contained in:
@@ -13,7 +13,7 @@ function UsersActions({
|
||||
}) {
|
||||
const onClickNewUser = useCallback(() => {
|
||||
openDialog('user-form');
|
||||
}, []);
|
||||
}, [openDialog]);
|
||||
|
||||
return (
|
||||
<div claass="preferences-actions">
|
||||
|
||||
Reference in New Issue
Block a user