diff --git a/src/components/NotificationRow.tsx b/src/components/NotificationRow.tsx index 76575e2fc..7210cba7f 100644 --- a/src/components/NotificationRow.tsx +++ b/src/components/NotificationRow.tsx @@ -17,10 +17,10 @@ import { } from 'react'; import { AppContext } from '../context/App'; +import { PILL_CLASS_NAME } from '../styles/gitify'; import { IconColor } from '../types'; import type { Notification } from '../typesGitHub'; import { openExternalLink } from '../utils/comms'; -import Constants from '../utils/constants'; import { formatForDisplay, formatNotificationUpdatedAt, @@ -156,7 +156,7 @@ export const NotificationRow: FC = ({ notification, hostname }) => {
{notification.subject?.linkedIssues?.length > 0 && ( -