Web:AccountsHome:InfoPanel: delete useless code

This commit is contained in:
TimofeyBoyko 2022-08-31 14:05:30 +03:00
parent 33b6f7191f
commit c942611c96

View File

@ -26,8 +26,6 @@ const SingleItem = ({
const user = selection[0];
const { role, statusType, options } = user;
console.log(user);
React.useEffect(() => {
getStatusLabel();
}, [user, getStatusLabel]);