1
0
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:
Youssef 2022-01-27 16:16:24 +01:00
parent 2e93cbafa7
commit 3a050eb7be

View File

@ -85,9 +85,6 @@ const UsersList = () => {
}
};
const handleCatch = () =>
console.log('An exception was thrown and handled.');
const closeConfirm = () => {
setShowConfirm(false);
setEmailSent(false);