diff --git a/src/layout/AppLayout/SideBar/Chats/Item.tsx b/src/layout/AppLayout/SideBar/Chats/Item.tsx index 151399c..2aa267c 100644 --- a/src/layout/AppLayout/SideBar/Chats/Item.tsx +++ b/src/layout/AppLayout/SideBar/Chats/Item.tsx @@ -103,6 +103,7 @@ export const useStyles = createStyles(({ token }) => { interface Props { data: { id: string; + icon: string; // img base64 = = title: string; desc: string; app_namespace: string; @@ -187,7 +188,7 @@ const ChatItem: any = (props: Props) => { }} >
- default_chat + default_chat