user role controller
This commit is contained in:
@@ -24,8 +24,6 @@ const Group: FC<GroupsBlockProps> = () => {
|
||||
dispatch(fetchGroupById(groupId));
|
||||
}, [groupId]);
|
||||
|
||||
console.log(group);
|
||||
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user