Clean in Profile

This commit is contained in:
vjrj 2018-03-03 09:05:55 +01:00
parent 5996f3a74a
commit 64b2affee4

View file

@ -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 {