diff --git a/app/components/LeftPaneEntries/TableAndVisualItem/index.tsx b/app/components/LeftPaneEntries/TableAndVisualItem/index.tsx index f57779e930..1b1f7f1f59 100644 --- a/app/components/LeftPaneEntries/TableAndVisualItem/index.tsx +++ b/app/components/LeftPaneEntries/TableAndVisualItem/index.tsx @@ -18,6 +18,8 @@ import { import EntryItem, { EntryItemProps } from '../EntryItem'; +import styles from './styles.css'; + interface EntryProps extends EntryItemProps { type: 'entry-item' } @@ -63,6 +65,7 @@ function TableAndVisualItem(props: Props) { return ( - {isDefined(leadPreviewCount) && (leadPreviewCount > 0) && ( - - )} +