Skip to content

Commit

Permalink
agentstatus changes
Browse files Browse the repository at this point in the history
  • Loading branch information
minfeishen2024 authored and WillieCubed committed Feb 22, 2024
1 parent 3e79d48 commit 07719c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/appbar/AgentStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 07719c6

Please sign in to comment.