diff --git a/packages/web/src/javascripts/Components/ContentListView/ContentList.tsx b/packages/web/src/javascripts/Components/ContentListView/ContentList.tsx index 24e11bf57..f4aeddb13 100644 --- a/packages/web/src/javascripts/Components/ContentListView/ContentList.tsx +++ b/packages/web/src/javascripts/Components/ContentListView/ContentList.tsx @@ -7,7 +7,7 @@ import { ListableContentItem } from './Types/ListableContentItem' import ContentListItem from './ContentListItem' import { ElementIds } from '@/Constants/ElementIDs' import { classNames } from '@standardnotes/utils' -import { ContentType, SNTag } from '@standardnotes/snjs' +import { SNTag } from '@standardnotes/snjs' import { ItemListController } from '@/Controllers/ItemList/ItemListController' type Props = { @@ -78,15 +78,12 @@ const ContentList: FunctionComponent = ({ application, items, selectedUui [hideTags, selectedTag, application], ) - const hasNotes = items.some((item) => item.content_type === ContentType.TYPES.Note) - return (