From a7111201bd223c957b6e509f7611c311f7a7fe52 Mon Sep 17 00:00:00 2001 From: akd Date: Mon, 28 Oct 2024 13:27:46 +0100 Subject: [PATCH] Change icon for template --- apps/entry-app/src/app/components/agents/agent/agent.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/entry-app/src/app/components/agents/agent/agent.tsx b/apps/entry-app/src/app/components/agents/agent/agent.tsx index 6a5bc75..f4978b1 100644 --- a/apps/entry-app/src/app/components/agents/agent/agent.tsx +++ b/apps/entry-app/src/app/components/agents/agent/agent.tsx @@ -16,6 +16,7 @@ import { Archive, ContentCopy, CopyAll, + Dashboard, Delete, DragHandle, PushPin, @@ -262,10 +263,10 @@ export const Agent = ({ id, name, prefix, focused, number, type, userId, isArchi - + {type === 'agent' ? : } {userId === loggedInUserId && (