From 24a4e189c3770293c7a65703c03a8df76a67535f Mon Sep 17 00:00:00 2001 From: divyadasari-va <135847343+divyadasari-va@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:26:40 -0600 Subject: [PATCH] Fixed Correspondence Intake: Tab name doesn't match page (#23005) --- client/app/queue/QueueApp.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/app/queue/QueueApp.jsx b/client/app/queue/QueueApp.jsx index bfad9c284e7..83ab345b0cc 100644 --- a/client/app/queue/QueueApp.jsx +++ b/client/app/queue/QueueApp.jsx @@ -1017,12 +1017,6 @@ class QueueApp extends React.PureComponent { title={`${PAGE_TITLES.USER_MANAGEMENT} | Caseflow`} render={this.routedUserManagement} /> - -