From 07da34f1a1db9c2536580a4c367758b1b28b02cf Mon Sep 17 00:00:00 2001 From: Bill He Date: Fri, 19 Jul 2024 15:30:31 -0700 Subject: [PATCH] fix lint --- src/hooks/useNotificationTypes.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hooks/useNotificationTypes.tsx b/src/hooks/useNotificationTypes.tsx index 11090d429..ad776a4fc 100644 --- a/src/hooks/useNotificationTypes.tsx +++ b/src/hooks/useNotificationTypes.tsx @@ -36,7 +36,6 @@ import { useLocalNotifications } from '@/hooks/useLocalNotifications'; import { AssetIcon } from '@/components/AssetIcon'; import { Icon, IconName } from '@/components/Icon'; import { Link } from '@/components/Link'; -import { Output } from '@/components/Output'; // eslint-disable-next-line import/no-cycle import { BlockRewardNotification } from '@/views/notifications/BlockRewardNotification'; import { IncentiveSeasonDistributionNotification } from '@/views/notifications/IncentiveSeasonDistributionNotification'; @@ -674,7 +673,3 @@ const $Icon = styled.img` const $WarningIcon = styled(Icon)` color: var(--color-warning); `; - -const $Output = styled(Output)` - display: inline-block; -`;