From f0123923ba45f4cf112e2c9eae4479ff54c27cf2 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:28:32 -0700 Subject: [PATCH] Update call_center_agents.php --- app/call_centers/resources/dashboard/call_center_agents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_centers/resources/dashboard/call_center_agents.php b/app/call_centers/resources/dashboard/call_center_agents.php index 90c350294b..427a107ddb 100644 --- a/app/call_centers/resources/dashboard/call_center_agents.php +++ b/app/call_centers/resources/dashboard/call_center_agents.php @@ -258,7 +258,7 @@ echo "\n"; //show the content - echo "
"; + echo "
"; echo "
\n"; echo "
".$text['header-call_center_queues'].(!empty($agent['agent_name']) ? "    Agent: ".$agent['agent_name']."" : "")."
\n";