mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
parent
014707622f
commit
d52847c492
@ -31,7 +31,7 @@ export function PopoverRoutes(
|
||||
|
||||
const groupSize = props.group.members.size;
|
||||
|
||||
const owner = resourceFromPath(props.association.group).ship.slice(1) === window.ship;
|
||||
const owner = resourceFromPath(props.association?.group ?? '~zod/group').ship.slice(1) === window.ship;
|
||||
|
||||
const admin = props.group?.tags?.role?.admin.has(window.ship) || false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user