mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge pull request #2420 from urbit/mp/os1/not-safe-enough
groups: sidebar, additional check for safety
This commit is contained in:
commit
b7494b7166
@ -62,6 +62,7 @@ export class GroupSidebar extends Component {
|
||||
let groupChannel = `${path}/contacts${path}`
|
||||
if (
|
||||
props.associations[path] &&
|
||||
props.associations[path][groupChannel] &&
|
||||
props.associations[path][groupChannel].metadata
|
||||
) {
|
||||
name =
|
||||
|
Loading…
Reference in New Issue
Block a user