mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
interface: remove notifications redirect causing crash
Fixes urbit/landscape#1188
This commit is contained in:
parent
802a0f91c2
commit
d02a83a20b
@ -104,8 +104,7 @@ export function JoinGroup(props: JoinGroupProps): ReactElement {
|
||||
history.push(`/~landscape${group}`);
|
||||
}
|
||||
} catch (e) {
|
||||
// drop them into inbox to show join request still pending
|
||||
history.push('/~notifications');
|
||||
console.error(e);
|
||||
}
|
||||
}, [waiter, history, associations, groups]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user