ChannelPopoverRoutes: add rootUrl type

This commit is contained in:
Matilde Park 2021-02-25 19:19:10 -05:00
parent f8d8e250c9
commit 2ed7759864

View File

@ -22,6 +22,7 @@ import { isChannelAdmin, isHost } from '~/logic/lib/group';
interface ChannelPopoverRoutesProps {
baseUrl: string;
rootUrl: string;
association: Association;
group: Group;
groups: Groups;