mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
link: pass "/contacts" to group-filter
This commit is contained in:
parent
a500038bed
commit
8a43f7fc44
@ -16,8 +16,8 @@ export class HeaderBar extends Component {
|
||||
// spinnerClasses = "spin-active";
|
||||
// }
|
||||
|
||||
let invites = (this.props.invites && this.props.invites.contacts)
|
||||
? this.props.invites.contacts
|
||||
let invites = (this.props.invites && this.props.invites["/contacts"])
|
||||
? this.props.invites["/contacts"]
|
||||
: {};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user