We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ad09f commit bcfa91dCopy full SHA for bcfa91d
site/src/pages/GroupsPage/GroupPage.tsx
@@ -91,7 +91,6 @@ export const GroupPage: React.FC = () => {
91
const { group, permissions } = state.context
92
const isLoading = group === undefined || permissions === undefined
93
const canUpdateGroup = permissions ? permissions.canUpdateGroup : false
94
- console.log(state.value)
95
96
return (
97
<>
0 commit comments