mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
join: don't show modal if no kind
This commit is contained in:
parent
509bd2b11a
commit
de747b343f
@ -381,6 +381,10 @@ export function JoinRoute() {
|
||||
const path = query.get('join-path')?.replace('web+urbitgraph://group/', '');
|
||||
const redir = query.get('redir');
|
||||
|
||||
if (!kind) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const desc: JoinDesc = path
|
||||
? {
|
||||
group: path,
|
||||
|
Loading…
Reference in New Issue
Block a user