Fix some minor bug in SubsMap
This commit is contained in:
parent
ee427758c2
commit
eee1abf3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export default translate([], { wait: true })(withTracker(() => {
|
||||||
const userSubsBounds = SiteSettings.findOne({ name: 'subs-public-union-bounds' });
|
const userSubsBounds = SiteSettings.findOne({ name: 'subs-public-union-bounds' });
|
||||||
return {
|
return {
|
||||||
userSubs: userSubs ? userSubs.value : null,
|
userSubs: userSubs ? userSubs.value : null,
|
||||||
userSubsBounds: userSubs ? userSubsBounds.value : null,
|
userSubsBounds: userSubsBounds ? userSubsBounds.value : null,
|
||||||
subsready: settingsSubs.ready()
|
subsready: settingsSubs.ready()
|
||||||
};
|
};
|
||||||
})(SubscriptionsMap));
|
})(SubscriptionsMap));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue