Skip to content

Commit 8390251

Browse files
committed
fix: send source to accept or decline invite API
1 parent 0eb4fb3 commit 8390251

File tree

1 file changed

+0
-3
lines changed
  • src/containers/ProjectInvitations

1 file changed

+0
-3
lines changed

src/containers/ProjectInvitations/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ const ProjectInvitations = ({ match, auth, isProjectLoading, history, projectDet
2525
const isAccepting = isUpdating === PROJECT_MEMBER_INVITE_STATUS_ACCEPTED
2626
const isDeclining = isUpdating === PROJECT_MEMBER_INVITE_STATUS_REFUSED
2727
const queryParams = new URLSearchParams(window.location.search)
28-
2928
const source = queryParams.get('source')
3029

31-
console.log(source)
32-
3330
useEffect(() => {
3431
if (!projectId) {
3532
return

0 commit comments

Comments
 (0)