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 1406af4 commit ac9f4c0Copy full SHA for ac9f4c0
pages/organization.js
@@ -312,7 +312,6 @@ export default class Organization extends Component {
312
let profileActions = []
313
314
if (this.state.modalIsOpen && isUserOwner) {
315
- console.log('here')
316
const profileId = parseInt(this.state.profileMeta.id)
317
const isProfileManager = contains(profileId, managerIds)
318
const isProfileOwner = contains(profileId, ownerIds)
0 commit comments