File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
src/apps/copilots/src/pages/copilot-opportunity-details/tabs/copilot-applications Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,20 @@ const AlreadyMemberModal: FC<AlreadyMemberModalProps> = props => (
3333 project with ${ props . copilotApplication . existingMembership ?. role } role.` }
3434
3535 {
36- props . copilotApplication . existingMembership
36+ props . copilotApplication . existingMembership
3737 && [ 'copilot' , 'manager' ] . includes ( props . copilotApplication . existingMembership . role )
3838 && < div > Click 'Confirm' to accept and complete this opportunity.</ div >
3939 }
4040
4141 {
42- props . copilotApplication . existingMembership
42+ props . copilotApplication . existingMembership
4343 && [ 'observer' , 'customer' ] . includes ( props . copilotApplication . existingMembership . role )
44- && < div > Click 'Confirm' to accept by updating project role to 'Copilot' and complete this opportunity</ div >
44+ && (
45+ < div >
46+ Click 'Confirm' to accept by updating project role to 'Copilot'
47+ and complete this opportunity
48+ </ div >
49+ )
4550 }
4651 </ div >
4752 </ div >
You can’t perform that action at this time.
0 commit comments