Telegram auth (wip)
This commit is contained in:
parent
5fe60d20d3
commit
58c54e5b94
7 changed files with 92 additions and 9 deletions
|
|
@ -292,6 +292,6 @@ export default translate([], { wait: true })(withTracker((props) => {
|
|||
center: props.center[0] !== null ? props.center : geolocation.get(),
|
||||
distance: props.distance,
|
||||
loadingSubs: !subscription.ready(),
|
||||
currentSubs: UserSubsToFiresCollection.find({ owner: Meteor.userId(), type: 'web' }).fetch()
|
||||
currentSubs: UserSubsToFiresCollection.find({ owner: Meteor.userId() }).fetch() // type: 'web'
|
||||
};
|
||||
})(SelectionMap));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue