Skip to content

Commit a7a94ff

Browse files
authored
Merge pull request #3043 from akumar1503/issue_3040
fix issue#: 3040
2 parents 809d3c9 + 436a280 commit a7a94ff

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)