mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Merge pull request #3153 from ryjm/ryjm/publish-sub-fix
publish: fix subscribers page
This commit is contained in:
commit
e4d2bec4e9
@ -51,9 +51,9 @@ export class Subscribers extends Component {
|
||||
group={group}
|
||||
tags={tags}
|
||||
appTags={appTags}
|
||||
contacts={props.contacts}
|
||||
groups={props.groups}
|
||||
associations={props.associations}
|
||||
contacts={this.props.contacts}
|
||||
groups={this.props.groups}
|
||||
associations={this.props.associations}
|
||||
api={this.props.api}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user