diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index 47b9585ea7fd..959bded29439 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -135,7 +135,7 @@ function WorkspacesListPage({policies, allPolicyMembers, reimbursementAccount, r Policy.deleteWorkspace(policyIDToDelete, policyNameToDelete); setIsDeleteModalOpen(false); - // If the workspace being deleted is the active workspace, switch to the All Workspaces view + // If the workspace being deleted is the active workspace, switch to the "All Workspaces" view if (activeWorkspaceID === policyIDToDelete) { setActiveWorkspaceID(undefined); Navigation.navigateWithSwitchPolicyID({policyID: undefined});