We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5396629 commit 4ca0221Copy full SHA for 4ca0221
src/apps/copilots/src/pages/copilot-opportunity-details/index.tsx
@@ -125,7 +125,7 @@ const CopilotOpportunityDetails: FC<{}> = () => {
125
}
126
127
const application = copilotApplications && copilotApplications[0]
128
- const isAlreadyMemberOfTheProject = profile && opportunity?.members?.includes(profile.userId);
+ const isAlreadyMemberOfTheProject = profile && opportunity?.members?.includes(profile.userId)
129
130
return (
131
<ContentLayout
0 commit comments