diff --git a/js/src/forum/components/CommentPost.js b/js/src/forum/components/CommentPost.js
index 4e166fa2c..5d19a1f27 100644
--- a/js/src/forum/components/CommentPost.js
+++ b/js/src/forum/components/CommentPost.js
@@ -7,7 +7,7 @@ import EditPostComposer from './EditPostComposer';
import ItemList from '../../common/utils/ItemList';
import listItems from '../../common/helpers/listItems';
import Button from '../../common/components/Button';
-import CommentPostPreview from './CommentPostPreview';
+import TextFormatterPreview from './TextFormatterPreview';
/**
* The `CommentPost` component displays a standard `comment`-typed post. This
@@ -50,7 +50,7 @@ export default class CommentPost extends Post {
{listItems(this.headerItems().toArray())}