diff --git a/web/components/groups/group-chat.tsx b/web/components/groups/group-chat.tsx index 91de63c6..70605556 100644 --- a/web/components/groups/group-chat.tsx +++ b/web/components/groups/group-chat.tsx @@ -24,7 +24,7 @@ import { sum } from 'lodash' import { formatMoney } from 'common/util/format' import { useWindowSize } from 'web/hooks/use-window-size' import { useUnseenPreferredNotifications } from 'web/hooks/use-notifications' -import { ChatIcon, ChevronDownIcon } from '@heroicons/react/outline' +import { ChatIcon, ChevronDownIcon, UsersIcon } from '@heroicons/react/outline' import { setNotificationsAsSeen } from 'web/pages/notifications' export function GroupChat(props: { @@ -239,7 +239,7 @@ export function GroupChatInBubble(props: { }} > {!shouldShowChat ? ( -