mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: remove unused dependencies
This commit is contained in:
parent
2e93cbafa7
commit
3a050eb7be
@ -85,9 +85,6 @@ const UsersList = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleCatch = () =>
|
|
||||||
console.log('An exception was thrown and handled.');
|
|
||||||
|
|
||||||
const closeConfirm = () => {
|
const closeConfirm = () => {
|
||||||
setShowConfirm(false);
|
setShowConfirm(false);
|
||||||
setEmailSent(false);
|
setEmailSent(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user