Merge pull request #5905 from Tainan404/v2-fix-intl
Fix intl id being showing.
This commit is contained in:
commit
89725fa461
@ -149,7 +149,7 @@ const BaseContainer = withRouter(withTracker(({ params, router }) => {
|
||||
|
||||
const subscriptionsReady = subscriptionsHandlers.every(handler => handler.ready());
|
||||
return {
|
||||
approved: Users.findOne({ userId: Auth.userID, approved: true }) || false,
|
||||
approved: Users.findOne({ userId: Auth.userID, approved: true, guest: true }),
|
||||
locale,
|
||||
subscriptionsReady,
|
||||
annotationsHandler,
|
||||
|
Loading…
Reference in New Issue
Block a user