Syntax correction
This commit is contained in:
parent
1360e21016
commit
30b1562e64
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import InvitePage from './view';
|
|||
const select = (state) => ({
|
||||
isFailed: selectUserInviteStatusFailed(state),
|
||||
isPending: selectUserInviteStatusIsPending(state),
|
||||
inviteAcknowledged: makeSelectClientSetting(state)(SETTINGS.INVITE_ACKNOWLEDGED),
|
||||
inviteAcknowledged: makeSelectClientSetting(SETTINGS.INVITE_ACKNOWLEDGED)(state),
|
||||
authenticated: selectUserVerifiedEmail(state),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue