group posts
This commit is contained in:
@@ -63,9 +63,7 @@ const GroupInvite = () => {
|
||||
if (!token) return;
|
||||
try {
|
||||
await dispatch(joinGroupByToken(token)).unwrap();
|
||||
} catch (err) {
|
||||
console.error('Failed to join group', err);
|
||||
}
|
||||
} catch (err) {}
|
||||
};
|
||||
|
||||
const handleCancel = () => {
|
||||
|
||||
Reference in New Issue
Block a user