From de6d5b388a00f8332dee15aa0fb6954f90ebc9a0 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Fri, 5 Aug 2022 06:58:39 -0600 Subject: [PATCH] Lint --- web/components/groups/group-chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/groups/group-chat.tsx b/web/components/groups/group-chat.tsx index 70605556..47258b09 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, UsersIcon } from '@heroicons/react/outline' +import { ChevronDownIcon, UsersIcon } from '@heroicons/react/outline' import { setNotificationsAsSeen } from 'web/pages/notifications' export function GroupChat(props: {