From 07719c659f1a0fa49a2b5ceae3c60bf2d88e3902 Mon Sep 17 00:00:00 2001 From: minfei Date: Mon, 5 Feb 2024 22:09:01 -0500 Subject: [PATCH] agentstatus changes --- src/components/appbar/AgentStatus.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/appbar/AgentStatus.tsx b/src/components/appbar/AgentStatus.tsx index 7c78fa0..53e9c90 100644 --- a/src/components/appbar/AgentStatus.tsx +++ b/src/components/appbar/AgentStatus.tsx @@ -8,11 +8,11 @@ import axios from 'axios'; - +//Need to change based on every single diff. Taskrouter workspace const activities = { - Available: 'WAd9d119cdf4ac2d6a37c372ea05029717', - Unavailable: 'WA387cdc981874d6497a7658e6832d20a7', - Break: 'WA0e780b853a43067109d8f4c6ecb25c59' + Available: '', + Unavailable: '', + Offline: '' } const AgentStatus:React.FC = () => {