diff --git a/src/features/workspace/WorkspacePage.tsx b/src/features/workspace/WorkspacePage.tsx index e4d4513..0145c3a 100644 --- a/src/features/workspace/WorkspacePage.tsx +++ b/src/features/workspace/WorkspacePage.tsx @@ -186,8 +186,6 @@ export function WorkspacePage() { } // client_viewer ya fue redirigido antes de este punto; solo verificamos client_editor aquĆ­ - // eslint-disable-next-line no-console - console.log('[WorkspacePage] currentProcess:', { id: currentProcess.id, orgId: currentProcess.orgId }) const isClientRole = user?.platformRole === 'client_editor' const backLabel = isClientRole ? 'Procesos'