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 => (
34
34
35
35
{
36
36
props . copilotApplication . existingMembership
37
- && [ 'copilot ' , 'manager ' ] . includes ( props . copilotApplication . existingMembership . role )
37
+ && [ 'observer ' , 'customer ' ] . includes ( props . copilotApplication . existingMembership . role )
38
38
&& < div > Click 'Confirm' to accept and complete this opportunity.</ div >
39
39
}
40
40
41
41
{
42
42
props . copilotApplication . existingMembership
43
- && [ 'observer ' , 'customer ' ] . includes ( props . copilotApplication . existingMembership . role )
43
+ && [ 'copilot ' , 'manager ' ] . includes ( props . copilotApplication . existingMembership . role )
44
44
&& (
45
45
< div >
46
46
Click 'Confirm' to accept by updating project role to 'Copilot'
You can’t perform that action at this time.
0 commit comments