Clean in Profile
This commit is contained in:
parent
5996f3a74a
commit
64b2affee4
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ Profile.propTypes = {
|
|||
i18n: PropTypes.object.isRequired
|
||||
};
|
||||
|
||||
export default translate([], { wait: true })(withTracker(() => {
|
||||
export default translate()(withTracker(() => {
|
||||
const subscription = Meteor.subscribe('users.editProfile');
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue