Skip to content

Commit 98475eb

Browse files
committed
chore: cleanup
1 parent c1708d0 commit 98475eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const WorkspacesPage: FC = () => {
4545

4646
const templatesQuery = useQuery(templates());
4747

48-
// Check if user can create workspaces in each organization
4948
const orgPermissionsQuery = useQuery(
5049
organizationsPermissions(
5150
templatesQuery.data?.map((template) => template.organization_id),

0 commit comments

Comments
 (0)