diff --git a/pkg/interface/src/views/components/CommentItem.tsx b/pkg/interface/src/views/components/CommentItem.tsx index 126b67913f..c54fac7e61 100644 --- a/pkg/interface/src/views/components/CommentItem.tsx +++ b/pkg/interface/src/views/components/CommentItem.tsx @@ -15,6 +15,7 @@ import { getLatestCommentRevision } from '~/logic/lib/publish'; import {useCopy} from '~/logic/lib/useCopy'; import { getPermalinkForGraph} from '~/logic/lib/permalinks'; import useMetadataState from '~/logic/state/metadata'; +import {GraphContentWide} from '../landscape/components/Graph/GraphContentWide'; const ClickBox = styled(Box)` cursor: pointer; @@ -101,19 +102,16 @@ export function CommentItem(props: CommentItemProps): ReactElement { - - - + transcluded={0} + api={api} + post={post} + showOurContact + /> ); }