Skip to content

Commit ef69aa4

Browse files
committed
fix: approve/decline copilot
1 parent 4b8dcfe commit ef69aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/projects/reducers/project.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export const projectState = function (state=initialState, action) {
209209

210210
case ACCEPT_OR_REFUSE_INVITE_PENDING:
211211
return Object.assign({}, state, {
212-
showUserInvited: true,
213212
inviteError: false,
214213
})
215214

0 commit comments

Comments
 (0)