From 8cc0cf160a3b31d7070b9b8dbd8de45490ab13f6 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Thu, 23 Jun 2022 14:41:42 -0500 Subject: [PATCH] lint --- web/components/feed/feed-bets.tsx | 2 +- web/pages/notifications.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/components/feed/feed-bets.tsx b/web/components/feed/feed-bets.tsx index 06460a91..ae22b4b8 100644 --- a/web/components/feed/feed-bets.tsx +++ b/web/components/feed/feed-bets.tsx @@ -6,7 +6,7 @@ import { useUser, useUserById } from 'web/hooks/use-user' import { Row } from 'web/components/layout/row' import { Avatar, EmptyAvatar } from 'web/components/avatar' import clsx from 'clsx' -import { UserIcon, UsersIcon } from '@heroicons/react/solid' +import { UsersIcon } from '@heroicons/react/solid' import { formatMoney } from 'common/util/format' import { OutcomeLabel } from 'web/components/outcome-label' import { RelativeTimestamp } from 'web/components/relative-timestamp' diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 070caa3e..a3af0a9a 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -25,7 +25,6 @@ import { ChoicesToggleGroup } from 'web/components/choices-toggle-group' import { listenForPrivateUser, updatePrivateUser } from 'web/lib/firebase/users' import { LoadingIndicator } from 'web/components/loading-indicator' import clsx from 'clsx' -import { UsersIcon } from '@heroicons/react/solid' import { RelativeTimestamp } from 'web/components/relative-timestamp' import { Linkify } from 'web/components/linkify' import {