Skip to content

Commit

Permalink
Remove DEVIN_TODO comment from ModalNavbarTitle component
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Sep 17, 2024
1 parent eea7e70 commit 72ff1ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion app/components/UI/ModalNavbarTitle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ interface ModalNavbarTitleProps {
/**
* UI PureComponent that renders inside the modal navbar
*/
//DEVIN_TODO: Verify if PureComponent needs type parameters
export default class ModalNavbarTitle extends PureComponent<ModalNavbarTitleProps> {
render = () => {
const { title } = this.props;
Expand Down
21 changes: 0 additions & 21 deletions notes.md

This file was deleted.

0 comments on commit 72ff1ae

Please sign in to comment.