Skip to content

Commit 2920614

Browse files
author
himaniraghav3
committed
Remove console log
1 parent 00309f3 commit 2920614

File tree

1 file changed

+0
-1
lines changed
  • src/apps/copilots/src/pages/copilot-opportunity-list

1 file changed

+0
-1
lines changed

src/apps/copilots/src/pages/copilot-opportunity-list/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const CopilotOpportunityList: FC<{}> = () => {
9191
const navigate = useNavigate()
9292

9393
const { profile }: ProfileContextData = useContext(profileContext)
94-
console.log(profile)
9594
const isAdminOrPM: boolean = useMemo(
9695
() => !!profile?.roles?.some(role => role === UserRole.administrator || role === UserRole.projectManager),
9796
[profile],

0 commit comments

Comments
 (0)