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 00309f3 commit 2920614Copy full SHA for 2920614
src/apps/copilots/src/pages/copilot-opportunity-list/index.tsx
@@ -91,7 +91,6 @@ const CopilotOpportunityList: FC<{}> = () => {
91
const navigate = useNavigate()
92
93
const { profile }: ProfileContextData = useContext(profileContext)
94
- console.log(profile)
95
const isAdminOrPM: boolean = useMemo(
96
() => !!profile?.roles?.some(role => role === UserRole.administrator || role === UserRole.projectManager),
97
[profile],
0 commit comments