mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
ChannelPopoverRoutes: add rootUrl type
This commit is contained in:
parent
f8d8e250c9
commit
2ed7759864
@ -22,6 +22,7 @@ import { isChannelAdmin, isHost } from '~/logic/lib/group';
|
|||||||
|
|
||||||
interface ChannelPopoverRoutesProps {
|
interface ChannelPopoverRoutesProps {
|
||||||
baseUrl: string;
|
baseUrl: string;
|
||||||
|
rootUrl: string;
|
||||||
association: Association;
|
association: Association;
|
||||||
group: Group;
|
group: Group;
|
||||||
groups: Groups;
|
groups: Groups;
|
||||||
|
Loading…
Reference in New Issue
Block a user