diff --git a/app/containers/DirectoryItem/index.tsx b/app/containers/DirectoryItem/index.tsx index 5edf32637..f4f555478 100644 --- a/app/containers/DirectoryItem/index.tsx +++ b/app/containers/DirectoryItem/index.tsx @@ -7,6 +7,7 @@ import RoomTypeIcon from '../RoomTypeIcon'; import styles, { ROW_HEIGHT } from './styles'; import { themes } from '../../lib/constants'; import { TSupportedThemes, useTheme } from '../../theme'; +import { MarkdownPreview } from '../markdown'; export { ROW_HEIGHT }; @@ -60,9 +61,11 @@ const DirectoryItem = ({ {description ? ( - - {description} - + ) : null}