Skip to content

fix(PM-1317): show request copilot for PMs #1652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged

fix(PM-1317): show request copilot for PMs #1652

merged 1 commit into from
Jun 10, 2025

Conversation

hentrymartin
Copy link
Collaborator

What's in this PR?

  • show request copilot for PMs

@@ -11,7 +11,7 @@ import { PROJECT_ROLES, PROJECT_STATUS, COPILOTS_URL } from '../../config/consta
import { PrimaryButton, OutlineButton } from '../Buttons'
import ChallengeList from './ChallengeList'
import styles from './ChallengesComponent.module.scss'
import { checkAdmin, checkReadOnlyRoles, checkAdminOrCopilot } from '../../util/tc'
import { checkAdmin, checkReadOnlyRoles, checkAdminOrCopilot, checkManager } from '../../util/tc'

Choose a reason for hiding this comment

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

The checkManager function is imported but not used in the code. Ensure that it is utilized where necessary or remove the import if it's not needed.

@hentrymartin hentrymartin merged commit 9c67f2b into develop Jun 10, 2025
4 checks passed
@hentrymartin hentrymartin deleted the pm-1317 branch June 10, 2025 18:21
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.

1 participant