File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/apps/copilots/src/pages/copilot-opportunity-details/tabs/copilot-applications Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ const AlreadyMemberModal: FC<AlreadyMemberModalProps> = props => (
3434
3535 {
3636 props . copilotApplication . existingMembership
37- && [ 'copilot ' , 'manager ' ] . includes ( props . copilotApplication . existingMembership . role )
37+ && [ 'observer ' , 'customer ' ] . includes ( props . copilotApplication . existingMembership . role )
3838 && < div > Click 'Confirm' to accept and complete this opportunity.</ div >
3939 }
4040
4141 {
4242 props . copilotApplication . existingMembership
43- && [ 'observer ' , 'customer ' ] . includes ( props . copilotApplication . existingMembership . role )
43+ && [ 'copilot ' , 'manager ' ] . includes ( props . copilotApplication . existingMembership . role )
4444 && (
4545 < div >
4646 Click 'Confirm' to accept by updating project role to 'Copilot'
You can’t perform that action at this time.
0 commit comments