diff --git a/ROADMAP.md b/ROADMAP.md index bcf7e32..0dfd91a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,13 +4,13 @@ A list of "things" to improve ## Now - [ ] fix unit tests - re-enable those that are skipped -- [ ] improve test coverage ## Soon - [ ] make filters a dropdown overlay - [ ] theme: restore ability to toggle theme (DARK and System) - [ ] clear out all TODOs in this project +- [ ] fix root of `findDOMNode is deprecated and will be removed in the next major release.` console error ## Later - [ ] advanced feature for Bitbucket "Your Work" queue diff --git a/src/components/ProductNotifications.tsx b/src/components/ProductNotifications.tsx index 94f4f4a..cf206f6 100644 --- a/src/components/ProductNotifications.tsx +++ b/src/components/ProductNotifications.tsx @@ -11,6 +11,7 @@ import Tooltip from '@atlaskit/tooltip'; import { AppContext } from '../context/App'; import type { AtlassifyNotification } from '../types'; import { openExternalLink } from '../utils/comms'; +import { formatProperCase } from '../utils/helpers'; import { getProductDetails } from '../utils/products'; import { NotificationRow } from './NotificationRow'; @@ -54,8 +55,12 @@ export const ProductNotifications: FC = ({ >