diff --git a/samples/react-contoso/src/pages/Chats/ChatItem.tsx b/samples/react-contoso/src/pages/Chats/ChatItem.tsx index 2e0a6fa666..493ac7b8ab 100644 --- a/samples/react-contoso/src/pages/Chats/ChatItem.tsx +++ b/samples/react-contoso/src/pages/Chats/ChatItem.tsx @@ -1,5 +1,5 @@ import { Persona, makeStyles, mergeClasses, shorthands } from '@fluentui/react-components'; -import { MgtTemplateProps, Person, ViewType } from '@microsoft/mgt-react'; +import { MgtTemplateProps, Person } from '@microsoft/mgt-react'; import { Chat, AadUserConversationMember } from '@microsoft/microsoft-graph-types'; import React, { useCallback, useState } from 'react'; import { PeopleTeam16Regular, Calendar16Regular } from '@fluentui/react-icons'; @@ -157,7 +157,7 @@ const ChatItemComponent = ({ chat, userId }: ChatItemProps) => { {chat.chatType === 'oneOnOne' && (