mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
landscape: fix 'my channels' sidebar logic
This commit is contained in:
parent
ea5dc47eca
commit
de8e7b5937
@ -64,6 +64,7 @@ export function SidebarList(props: {
|
||||
assoc.group === group &&
|
||||
!assoc.metadata.hidden
|
||||
) : (
|
||||
!(assoc.group in associationState.groups) &&
|
||||
'graph' in assoc.metadata.config &&
|
||||
assoc.metadata.config.graph !== 'chat' &&
|
||||
!assoc.metadata.hidden
|
||||
|
Loading…
Reference in New Issue
Block a user