Skip to content

Commit 436a280

Browse files
committed
fixed ACCEPT_OR_REFUSE_INVITE_PENDING reducer
1 parent 809d3c9 commit 436a280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/reducers/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const projectState = function (state=initialState, action) {
179179

180180
case ACCEPT_OR_REFUSE_INVITE_PENDING:
181181
return Object.assign({}, state, {
182-
showUserInvited: false
182+
showUserInvited: true
183183
})
184184

185185
case ACCEPT_OR_REFUSE_INVITE_SUCCESS: {

0 commit comments

Comments
 (0)