Skip to content

Commit

Permalink
Define missing 't' prop in UserAdd
Browse files Browse the repository at this point in the history
Ref: #843
  • Loading branch information
larixer committed Sep 10, 2018
1 parent 289e867 commit 2dca4ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/modules/user/containers/UserAdd.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { pick } from 'lodash';
import UserAddView from '../components/UserAddView';
import ADD_USER from '../graphql/AddUser.graphql';
import settings from '../../../../../../settings';
import translate from '../../../i18n';
import UserFormatter from '../helpers/UserFormatter';

class UserAdd extends React.Component {
Expand Down Expand Up @@ -44,6 +45,7 @@ class UserAdd extends React.Component {
}

export default compose(
translate('user'),
graphql(ADD_USER, {
props: ({ ownProps: { history, navigation }, mutate }) => ({
addUser: async input => {
Expand Down

0 comments on commit 2dca4ee

Please sign in to comment.