Skip to content

Commit

Permalink
Merge pull request #14092 from transcom/B-21627-MAIN
Browse files Browse the repository at this point in the history
B-21627 Add user priv back to SC queue
  • Loading branch information
pambecker authored Nov 5, 2024
2 parents 8e5c373 + 1a2d5ba commit a3dd42c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Office/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ export class OfficeApp extends Component {
end
element={
<PrivateRoute requiredRoles={[roleTypes.SERVICES_COUNSELOR]}>
<ServicesCounselingQueue isQueueManagementFFEnabled={queueManagementFlag} />
<ServicesCounselingQueue
userPrivileges={userPrivileges}
isQueueManagementFFEnabled={queueManagementFlag}
/>
</PrivateRoute>
}
/>
Expand Down

0 comments on commit a3dd42c

Please sign in to comment.