Skip to content

fix(PM-1506): enable apply as copilot button for user who is already a member#1160

Merged
kkartunov merged 2 commits intodevfrom
pm-1506
Jul 30, 2025
Merged

fix(PM-1506): enable apply as copilot button for user who is already a member#1160
kkartunov merged 2 commits intodevfrom
pm-1506

Conversation

@hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1506

What's in this PR?

  • enable apply as copilot button for user who is already a member

@hentrymartin hentrymartin requested a review from kkartunov July 29, 2025 21:34
&& appliedCopilotApplications.length === 0
&& opportunity?.status === 'active'
&& opportunity?.canApplyAsCopilot ? applyCopilotOpportunityButton : undefined
? applyCopilotOpportunityButton : undefined

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition opportunity?.canApplyAsCopilot has been removed. Ensure that this change aligns with the intended logic, as it might allow the button to be enabled in scenarios where it previously wouldn't be.

@kkartunov kkartunov merged commit 63215ce into dev Jul 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants